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