Skip to content

Commit 694124d

Browse files
json.stringify the config to show all entries
1 parent 9109b7a commit 694124d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/configReader.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@
1111

1212
require("dotenv").config();
1313

14-
const path = require("path");
15-
1614
const ConfiguratorLoader = require("../utils/configurator-loader.js");
1715
const Configurator = require("../utils/configurator.js");
1816

1917
async function main() {
2018
const idx = process.argv.indexOf("--network");
2119
const network = process.argv[idx + 1];
22-
const env = process.env.CONFIG_ENVIRONMENT;
2320
const remotelyManagedNetworks = (process.env.S3_BUCKET_SUFFIXES || "").split(":");
2421

2522
// Ensure a supported network is requested

0 commit comments

Comments
 (0)