Files
myoffice/MyOffice.Web/appsettings.json
T
2023-06-17 14:16:09 +03:00

31 lines
436 B
JSON

{
"DatabaseProvider": "npgsql",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://*:9100"
}
/*,
"Https": {
"Url": "https://*:9101"
}*/
}
},
"AllowedHosts": "*",
"ExternalProviders": {
"Auth0": {
"ClientId": "",
"Domain": "",
"SecretKey": ""
},
"Google": {
"ClientId": ""
}
}
}