Skip to content

Commit

Permalink
Add make targets for testing with compose.
Browse files Browse the repository at this point in the history
Remove references to Slack custom keyspace/shard prometheus labels"

Signed-off-by: Manuel Fontan <mfontangarcia@slack-corp.com>
  • Loading branch information
Manuel Fontan committed May 21, 2021
1 parent 628ee0b commit ff1af0c
Show file tree
Hide file tree
Showing 77 changed files with 6,330 additions and 3,110 deletions.
15 changes: 15 additions & 0 deletions examples/compose/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
TOPOLOGY_FLAGS=-topo_implementation consul -topo_global_server_address consul1:8500 -topo_global_root vitess/global
GRPC_PORT=15999
WEB_PORT=8080
MYSQL_PORT=15306

CELL=local
KEYSPACE=commerce
DB=commerce

EXTERNAL_DB=0
DB_HOST=external_db_host
DB_PORT=3306
DB_USER=external_db_user
DB_PASS=external_db_password
DB_CHARSET=CHARACTER SET utf8 COLLATE utf8_general_ci
Loading

0 comments on commit ff1af0c

Please sign in to comment.