2021-10-27 13:43:21 -04:00
|
|
|
# General settings
|
|
|
|
VINYLDNS_API_URL=http://localhost:9000
|
|
|
|
VINYLDNS_PORTAL_URL=http://localhost:9001
|
2021-10-20 09:07:19 -04:00
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
# Portal settings
|
2021-10-20 09:07:19 -04:00
|
|
|
PORTAL_PORT=9001
|
|
|
|
PLAY_HTTP_SECRET_KEY=change-this-for-prod
|
2021-10-27 13:43:21 -04:00
|
|
|
VINYLDNS_BACKEND_URL=http://vinyldns-api:9000
|
|
|
|
TEST_LOGIN=false
|
2021-10-20 09:07:19 -04:00
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
# API Settings
|
|
|
|
REST_PORT=9000
|
2021-10-20 09:07:19 -04:00
|
|
|
SQS_ENDPOINT=http://vinyldns-integration:19003
|
2021-10-27 13:43:21 -04:00
|
|
|
SNS_SERVICE_ENDPOINT=http://vinyldns-integration:19003
|
2021-10-20 09:07:19 -04:00
|
|
|
MYSQL_ENDPOINT=vinyldns-integration:19002
|
2021-10-27 13:43:21 -04:00
|
|
|
DEFAULT_DNS_ADDRESS=vinyldns-integration:19001
|
2021-10-20 09:07:19 -04:00
|
|
|
|
|
|
|
JDBC_DRIVER=org.mariadb.jdbc.Driver
|
|
|
|
JDBC_URL=jdbc:mariadb://vinyldns-integration:19002/vinyldns?user=root&password=pass
|
|
|
|
JDBC_MIGRATION_URL=jdbc:mariadb://vinyldns-integration:19002/?user=root&password=pass
|
|
|
|
JDBC_USER=root
|
|
|
|
JDBC_PASSWORD=pass
|