19 lines
431 B
JSON
19 lines
431 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"
|
||
|
},
|
||
|
"FirstService": {
|
||
|
"BaseUrl": "http://localhost:5062/api",
|
||
|
"GetCounterpartyPostfix": "/Counterparties"
|
||
|
},
|
||
|
"GatewaySettings": {
|
||
|
"AppPrefix": ""
|
||
|
}
|
||
|
}
|