Skip to content
Snippets Groups Projects
Commit 8735ee71 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Look for the json-db.ini file in the ctrl dir where Matt said it should be

parent 9873a091
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ function JSONdb (fileName, scope) {
/* database settings */
this.settings={
/* misc settings */
FILE:system.data_dir + "json-db.ini",
FILE:system.ctrl_dir + "json-db.ini",
FILE_BUFFER:524288,
LAST_SAVE:-1,
SAVE_INTERVAL:-1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment