This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PizzaExpress-Server/PizzaExpress/appsettings.json

16 lines
265 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Cors": {
"AllowedOrigins": [
"http://127.0.0.1:5500",
"http://localhost:5500"
]
},
"AllowedHosts": "*"
}