2020-07-17 05:41:04 +00:00
|
|
|
# For Tunnel Relay Service
|
2020-07-20 15:27:31 +00:00
|
|
|
VERBOSE=true
|
2020-07-17 05:41:04 +00:00
|
|
|
API_HOSTNAME=devices.example.com
|
|
|
|
LISTEN=":80 :443"
|
|
|
|
|
2020-07-20 15:27:31 +00:00
|
|
|
# To proxy incoming requests for 'https://mgmt.devices.example.com' to localhost:3010
|
|
|
|
LOCALS=https:mgmt.devices.example.com:3010
|
|
|
|
|
2020-07-17 05:41:04 +00:00
|
|
|
# For Device Management & Authorization Server
|
|
|
|
AUTH_URL=http://localhost:4200/api
|
|
|
|
|
|
|
|
# For Let's Encrypt ACME registration
|
|
|
|
ACME_AGREE=true
|
|
|
|
ACME_EMAIL=jon.doe@example.com
|
|
|
|
|
|
|
|
# For Let's Encrypt ACME Challenges (pick one)
|
2020-07-17 08:16:18 +00:00
|
|
|
ACME_RELAY_URL=http://localhost:4200/api/dns
|
2020-07-17 07:50:55 +00:00
|
|
|
SECRET=xxxxxxxxxxxxxxxx
|
2020-07-17 05:41:04 +00:00
|
|
|
#DUCKDNS_TOKEN=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
|
|
#GODADDY_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
#GODADDY_API_SECRET=XXXXXXXXXXXXXXXXXXXXXX
|