mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 22:35:40 +00:00
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar"
|
|
}
|
|
}
|