2023-02-22 12:12:38 +01:00
|
|
|
{
|
|
|
|
|
"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}#"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|