Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 4, 2024
1 parent 00ae631 commit b5f0dcf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions subnet/deployment-generator/src/config_gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ const config = {
),
secret_string:
process.env.SERVICES_SECRET || crypto.randomBytes(10).toString("hex"),
relayer_mode: process.env.RELAYER_MODE || "full", //full or lite or max //in upgradable csc both are deployed
relayer_mode: process.env.RELAYER_MODE || "full",
docker_image_name:
process.env.IMAGE_NAME || "xinfinorg/subnet-generator:latest",
operating_system: process.env.OS || "linux",
version: {
subnet: process.env.VERSION_SUBNET || "feature-v1-release",
bootnode: process.env.VERSION_BOOTNODE || "feature-v1-release",
// observer: (process.env.VERSION_OBSERVER || 'latest'),
relayer: process.env.VERSION_RELAYER || "feature-v1-release",
stats: process.env.VERSION_STATS || "feature-v1-release",
frontend: process.env.VERSION_FRONTEND || "feature-v1-release",
// csc: process.env.VERSION_CSC || "v0.2.0",
frontend: process.env.VERSION_FRONTEND || "v0.1.10",
csc: process.env.VERSION_CSC || "feature-v0.2.1",
zero: process.env.VERSION_ZERO || "v0.1.0",
},
Expand Down

0 comments on commit b5f0dcf

Please sign in to comment.