Commit e971e999 authored by David José Araújo Ferreira's avatar David José Araújo Ferreira
Browse files

Update my_deploy.sh

parent 0a49e2e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
# ----- Redeploy All ------------------------------------------------------------

# If not already set, enables all components redeployment
export REDEPLOYALL="YES"
export REDEPLOYALL=""


# ----- TeraFlowSDN ------------------------------------------------------------
@@ -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=""