mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
Fixes #971 Changes in this pull request: - Remove the module - Update `build.sbt` - Update docs - Update docker things - Update configs everywhere
18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
REST_PORT=9000
|
|
# Do not use quotes around the environment variables.
|
|
MYSQL_ROOT_PASSWORD=pass
|
|
# This is required as mysql is currently locked down to localhost
|
|
MYSQL_ROOT_HOST=%
|
|
# Host URL for queue
|
|
QUEUE_HOST=vinyldns-elasticmq
|
|
|
|
# portal settings
|
|
PORTAL_PORT=9001
|
|
PLAY_HTTP_SECRET_KEY=change-this-for-prod
|
|
VINYLDNS_BACKEND_URL=http://vinyldns-api:9000
|
|
SQS_ENDPOINT=http://vinyldns-localstack:19007
|
|
MYSQL_ENDPOINT=vinyldns-mysql:3306
|
|
USER_TABLE_NAME=users
|
|
USER_CHANGE_TABLE_NAME=userChange
|
|
TEST_LOGIN=true
|