19 lines
308 B
JSON
Executable File
19 lines
308 B
JSON
Executable File
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Db": {
|
|
"DbType": "Sqlite",
|
|
"DbUrl": "localhost",
|
|
"DbPort": null,
|
|
"DbName": "test",
|
|
"Username": null,
|
|
"Password": null,
|
|
"Prefix": "JX_"
|
|
}
|
|
}
|