/set_environment_variables Secret
Last active
May 26, 2020 08:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MIGRATION_SCRIPT_LOCATION="filesystem:../schema_migration/migration_scripts" && \ | |
export CASSANDRA_DB_CONTACT_POINTS=localhost && \ | |
export CASSANDRA_DB_PORT=5555 && \ | |
export CASSANDRA_DB_USERNAME="" && \ | |
export CASSANDRA_DB_PASSWORD="" && \ | |
export KEYSPACE_NAME=our_keyspace | |
export CASSANDRA_DB_SSL_ENABLED=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment