Files
DiunaBI/WebAPI/appsettings.json
2023-02-22 12:12:38 +01:00

24 lines
499 B
JSON

{
"PONG": "#{PING}#",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"SQLDatabase": "#{db-connection-string}#"
},
"GoogleClientId": "#{google-backend-login-client-id}#",
"Secret": "#{google-backend-login-secret}#",
"apiKey": "#{api-key}#",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "#{api-local-url}#"
}
}
}
}