mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-01-22 21:02:22 +01:00
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
# SET HOST NAME
|
|
NGINX_HOST=""
|
|
|
|
# GOOGLE DNS API TOKEN
|
|
GDNS_USERNAME=""
|
|
GDNS_PASSWORD=""
|
|
|
|
# COMMON DB PASSWORD
|
|
SQL_PSWD=""
|
|
|
|
# SENDGRID Relay API Key
|
|
SENDGRID_APIKEY=""
|