You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/groups/pgsql-repl/constants

13 lines
455 B

#!/bin/bash
export PGSQL_USER=${TAP_PGSQLROOT_USERNAME:=postgres}
export PGSQL_PWD=${TAP_PGSQLROOT_PASSWORD:=postgres}
export PGSQL_DB=${TAP_PGSQLROOT_DATABASE:=postgres}
export PGSQL_HOST=${TAP_PGSQLSERVER_HOST:=127.0.0.1}
export PGSQL_PORT=${TAP_PGSQLSERVER_PORT:=15432}
export ADMIN_HOST=${TAP_ADMINHOST:=127.0.0.1}
export ADMIN_PORT=${TAP_ADMINPORT:=6032}
export ADMIN_USER=${TAP_ADMINUSERNAME:=radmin}
export ADMIN_PWD=${TAP_ADMINPASSWORD:=radmin}