15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Database": {
|
|
"ConnectionString": "Host=db.dev-moio.online;Port=31153;Database=dsac_maxim;Username=postgres;Password=postgres_password"
|
|
},
|
|
"GatewaySettings": {
|
|
"AppPrefix": ""
|
|
}
|
|
}
|