Files

13 lines
168 B
Bash
Raw Permalink Normal View History

2022-11-13 11:32:34 +01:00
# SET HOST NAME
NGINX_HOST=""
# GOOGLE DNS API TOKEN
2022-11-20 13:53:21 +01:00
GDNS_USERNAME=""
GDNS_PASSWORD=""
2022-11-13 11:32:34 +01:00
# COMMON DB PASSWORD
SQL_PSWD=""
2022-11-20 13:53:21 +01:00
# SENDGRID Relay API Key
SENDGRID_APIKEY=""