20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Filename=../BrightGlimmer.Data/bright_glimmer.db"
|
|
},
|
|
"amqp": {
|
|
"username": "guest",
|
|
"password": "guest",
|
|
"hostname": "localhost",
|
|
"uri": "amqp://localhost:5672/",
|
|
"virtualhost": "/"
|
|
}
|
|
} |