📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 18:18:48
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs9
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
libnpx
/
node_modules
/
dotenv
📍 /opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/libnpx/node_modules/dotenv
🔄 Refresh
✏️
Editing: config.js
Read Only
(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