diff --git a/server/config.js b/server/config.js index 1b084a1..d018726 100644 --- a/server/config.js +++ b/server/config.js @@ -1,7 +1,7 @@ const globals = { - data_path: '/Users/jjohnston/src/csdb.bot/data' + data_path: '/path/to/data' } module.exports = { globals }