Undo local changes ... again
This commit is contained in:
parent
63fd8caee9
commit
1efc682cca
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"File": {
|
"File": {
|
||||||
"Path": "./rdtclient.log",
|
"Path": "/data/db/rdtclient.log",
|
||||||
"FileSizeLimitBytes": 5242880,
|
"FileSizeLimitBytes": 5242880,
|
||||||
"MaxRollingFiles": 5
|
"MaxRollingFiles": 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Database": {
|
"Database": {
|
||||||
"Path": "./rdtclient.db"
|
"Path": "/data/db/rdtclient.db"
|
||||||
},
|
},
|
||||||
"Port": "6500",
|
"Port": "6500",
|
||||||
"BasePath": null
|
"BasePath": null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue