📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 12:22:30
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
dotenv
📍 /lib/node_modules/npm/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