We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9109b7a commit 694124dCopy full SHA for 694124d
scripts/configReader.js
@@ -11,15 +11,12 @@
11
12
require("dotenv").config();
13
14
-const path = require("path");
15
-
16
const ConfiguratorLoader = require("../utils/configurator-loader.js");
17
const Configurator = require("../utils/configurator.js");
18
19
async function main() {
20
const idx = process.argv.indexOf("--network");
21
const network = process.argv[idx + 1];
22
- const env = process.env.CONFIG_ENVIRONMENT;
23
const remotelyManagedNetworks = (process.env.S3_BUCKET_SUFFIXES || "").split(":");
24
25
// Ensure a supported network is requested
0 commit comments