vitess.io/vitess@v0.16.2/examples/compose/template.env (about) 1 TOPOLOGY_FLAGS=--topo_implementation consul --topo_global_server_address consul1:8500 --topo_global_root vitess/global 2 GRPC_PORT=15999 3 WEB_PORT=8080 4 MYSQL_PORT=15306 5 6 CELL=local 7 KEYSPACE=commerce 8 DB=commerce 9 10 EXTERNAL_DB=0 11 DB_HOST=external_db_host 12 DB_PORT=3306 13 DB_USER=external_db_user 14 DB_PASS=external_db_password 15 DB_CHARSET=CHARACTER SET utf8 COLLATE utf8_general_ci