164f121d22
fixes to work with mono
18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Trace",
|
|
"System": "Information",
|
|
"Microsoft": "None"
|
|
}
|
|
},
|
|
"Web": {
|
|
"Address": "http://127.0.0.1:5000"
|
|
},
|
|
"ConnectionStrings": {
|
|
"WindowsConnection": "Data Source=|DataDirectory|\\Database.sdf",
|
|
"LinuxConnection": "Server=127.0.0.1;User=user;Database=IW4MAdmin;Password=password"
|
|
}
|
|
}
|