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