mirror of
https://github.com/idolpx/csdb-ng.git
synced 2025-12-05 20:28:49 -05:00
8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
|
|
|
|
const globals = {
|
|
data_path: '/path/to/data'
|
|
}
|
|
|
|
module.exports = { globals }
|