1234567891011121314 |
- {
- "AppSettings": {
- "Secret": "≡∆≤≥√∞ProVision!"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "DefaultDatabase": "Data Source=localhost;Initial Catalog=RestaurantNew;Integrated Security=true;Pooling=false;"
- }
- }
|