16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"AppSettings": {
|
|
"CouchDB": {
|
|
"Database": "shogi-dev",
|
|
"Url": "http://192.168.1.15:5984"
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |