mirror of
https://github.com/idolpx/csdb-ng.git
synced 2025-12-06 04:38:49 -05:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
|
|
|
const globals = {
|
|
data_path: '/Users/jjohnston/src/csdb.bot/data'
|
|
}
|
|
|
|
module.exports = { globals }
|