mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=some_host;Database=database_resource;Username=database_user;Password=some_password"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |