📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 05:56:39
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
dotenv
✏️
Editing: config.js
(function () { var options = {} process.argv.forEach(function (val, idx, arr) { var matches = val.match(/^dotenv_config_(.+)=(.+)/) if (matches) { options[matches[1]] = matches[2] } }) require('./lib/main').config(options) })()
💾 Save Changes
❌ Cancel