2021-12-08 14:36:00 -05:00
|
|
|
# Overrides that can be used when dependent services are running in the vinyldns-integration host
|
|
|
|
# and 'sbt' or tests are running in another container. More importantly, when these services are
|
|
|
|
# not accessible via "localhost"
|
|
|
|
#
|
|
|
|
# Any docker container that wishes to to use these, can simply specify this file using the `--env-file`
|
|
|
|
# argument.
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
VINYLDNS_API_URL=http://vinyldns-integration:9000
|
|
|
|
VINYLDNS_PORTAL_URL=http://vinyldns-integration:9001
|
|
|
|
|
|
|
|
# Portal settings
|
|
|
|
VINYLDNS_BACKEND_URL=http://vinyldns-integration:9000
|
|
|
|
LDAP_PROVIDER_URL=ldap://vinyldns-integration:19004
|
|
|
|
|
|
|
|
# API Settings
|
|
|
|
SQS_SERVICE_ENDPOINT=http://vinyldns-integration:19003
|
|
|
|
SNS_SERVICE_ENDPOINT=http://vinyldns-integration:19003
|
|
|
|
R53_SERVICE_ENDPOINT=http://vinyldns-integration:19003
|
|
|
|
MYSQL_ENDPOINT=vinyldns-integration:19002
|
|
|
|
DEFAULT_DNS_ADDRESS=vinyldns-integration:19001
|
2022-05-13 13:31:37 -04:00
|
|
|
USE_RECORDSET_CACHE=true
|
|
|
|
LOAD_TEST_DATA=true
|
2021-12-08 14:36:00 -05:00
|
|
|
|
|
|
|
JDBC_DRIVER=org.mariadb.jdbc.Driver
|
|
|
|
JDBC_USER=root
|
|
|
|
JDBC_PASSWORD=pass
|
|
|
|
JDBC_URL=jdbc:mariadb://vinyldns-integration:19002/vinyldns?user=${JDBC_USER}&password=${JDBC_PASSWORD}
|
|
|
|
JDBC_MIGRATION_URL=jdbc:mariadb://vinyldns-integration:19002/?user=${JDBC_USER}&password=${JDBC_PASSWORD}
|