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/infra/docker-pgsql16-single/constants

9 lines
182 B

#!/bin/bash
COMPOSE_HTTP_TIMEOUT=900
COMPOSE_PARALLEL_LIMIT=25
PGSQL_PWD=${ROOT_PASSWORD}
# Note: NETWORK_NAME is only used for standalone scripts
NETWORK_NAME=${INFRA_ID}_backend