15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=187.127.102.190;Port=5432;Database=ERPCoreTest;Username=postgres;Password=post@hexdive"
|
|
},
|
|
"AuthHex": {
|
|
"BaseUrl": "http://localhost:5011"
|
|
}
|
|
}
|