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": {
|
||||
"File": {
|
||||
"Path": "./rdtclient.log",
|
||||
"Path": "/data/db/rdtclient.log",
|
||||
"FileSizeLimitBytes": 5242880,
|
||||
"MaxRollingFiles": 5
|
||||
}
|
||||
},
|
||||
"Database": {
|
||||
"Path": "./rdtclient.db"
|
||||
"Path": "/data/db/rdtclient.db"
|
||||
},
|
||||
"Port": "6500",
|
||||
"BasePath": null
|
||||
|
|
|
|||
Loading…
Reference in a new issue