16 lines
445 B
JSON
16 lines
445 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "host=localhost;username=admin;database=ludikZone;Pooling=false;Timeout=300;CommandTimeout=300;Port=5432;"
|
|
},
|
|
"DB_HOST": "localhost",
|
|
"DB_PORT": 5432,
|
|
"DB_USER": "admin",
|
|
"DB_PASSWORD": "admin",
|
|
"DB_DATABASE": "ludikZone"
|
|
} |