We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d566eda commit 50c6b69Copy full SHA for 50c6b69
config.js
@@ -5,6 +5,6 @@ var config = {};
5
// The default data directory for QSO data is '~/.js8assistant/qsodata'.
6
// Put the full path here if you don't want the default data directory
7
// but make sure that the directory you want to use already exists.
8
-config.qsodatadir = "/Users/rick/Dropbox/JS8Call/qsodata";
+config.qsodatadir = "";
9
10
module.exports = config;
0 commit comments