Loading my_deploy.sh +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL="YES" export REDEPLOYALL="" # ----- TeraFlowSDN ------------------------------------------------------------ Loading Loading @@ -95,7 +95,7 @@ export CRDB_DATABASE="tfs" # Set CockroachDB installation mode to 'single'. This option is convenient for development and testing. # See ./deploy/all.sh or ./deploy/crdb.sh for additional details export CRDB_DEPLOY_MODE="cluster" export CRDB_DEPLOY_MODE="single" # Disable flag for dropping database, if it exists. export CRDB_DROP_DATABASE_IF_EXISTS="" Loading Loading
my_deploy.sh +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ # ----- Redeploy All ------------------------------------------------------------ # If not already set, enables all components redeployment export REDEPLOYALL="YES" export REDEPLOYALL="" # ----- TeraFlowSDN ------------------------------------------------------------ Loading Loading @@ -95,7 +95,7 @@ export CRDB_DATABASE="tfs" # Set CockroachDB installation mode to 'single'. This option is convenient for development and testing. # See ./deploy/all.sh or ./deploy/crdb.sh for additional details export CRDB_DEPLOY_MODE="cluster" export CRDB_DEPLOY_MODE="single" # Disable flag for dropping database, if it exists. export CRDB_DROP_DATABASE_IF_EXISTS="" Loading