Loading my_deploy.sh +0 −3 Original line number Original line Diff line number Diff line Loading @@ -123,9 +123,6 @@ export CRDB_PASSWORD="tfs123" # Set the database name to be used by Context. # Set the database name to be used by Context. export CRDB_DATABASE="tfs" export CRDB_DATABASE="tfs" # Set the database to be used by the QoSProfile component export CRDB_DATABASE_QOSPROFILE="tfs_qos_profile" # Set CockroachDB installation mode to 'single'. This option is convenient for development and testing. # 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 # See ./deploy/all.sh or ./deploy/crdb.sh for additional details export CRDB_DEPLOY_MODE="single" export CRDB_DEPLOY_MODE="single" Loading Loading
my_deploy.sh +0 −3 Original line number Original line Diff line number Diff line Loading @@ -123,9 +123,6 @@ export CRDB_PASSWORD="tfs123" # Set the database name to be used by Context. # Set the database name to be used by Context. export CRDB_DATABASE="tfs" export CRDB_DATABASE="tfs" # Set the database to be used by the QoSProfile component export CRDB_DATABASE_QOSPROFILE="tfs_qos_profile" # Set CockroachDB installation mode to 'single'. This option is convenient for development and testing. # 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 # See ./deploy/all.sh or ./deploy/crdb.sh for additional details export CRDB_DEPLOY_MODE="single" export CRDB_DEPLOY_MODE="single" Loading