Update config.js

This commit is contained in:
Jaime Idolpx 2024-10-06 18:02:45 -05:00 committed by GitHub
parent 391b9b5440
commit 93f11947d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
const globals = {
data_path: '/Users/jjohnston/src/csdb.bot/data'
data_path: '/path/to/data'
}
module.exports = { globals }