Skip to content

Commit 50c6b69

Browse files
committed
Update config.js
I accidentally uploaded my qsodatadir setting in config.js which is not a good thing...
1 parent d566eda commit 50c6b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ var config = {};
55
// The default data directory for QSO data is '~/.js8assistant/qsodata'.
66
// Put the full path here if you don't want the default data directory
77
// but make sure that the directory you want to use already exists.
8-
config.qsodatadir = "/Users/rick/Dropbox/JS8Call/qsodata";
8+
config.qsodatadir = "";
99

1010
module.exports = config;

0 commit comments

Comments
 (0)