22 lines
372 B
JSON
22 lines
372 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"ApiSettings": {
|
||
|
|
"BaseUrl": "#{api-base-url}#"
|
||
|
|
},
|
||
|
|
"GoogleAuth": {
|
||
|
|
"ClientId": "#{google-auth-client-id}#"
|
||
|
|
},
|
||
|
|
"Kestrel": {
|
||
|
|
"Endpoints": {
|
||
|
|
"Http": {
|
||
|
|
"Url": "http://0.0.0.0:7143"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|