csdb-ng/server/config.js

8 lines
104 B
JavaScript

const globals = {
data_path: '/Users/jjohnston/src/csdb.bot/data'
}
module.exports = { globals }