Compare commits

...

1 Commits

Author SHA1 Message Date
Weves
a22615a4cd Small template improvement 2025-03-03 12:04:35 -08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
# DOMAIN is necessary for https setup, EMAIL is optional
# DOMAIN should be something like onyx.companyname.com.
# Note the lack of the http:// or https:// prefix.
DOMAIN=
EMAIL=

View File

@@ -3,7 +3,8 @@
# This is only necessary when using the docker-compose.prod.yml compose file.
# Could be something like onyx.companyname.com
# Could be something like https://onyx.companyname.com
# Note that this SHOULD include the appropriate http:// or https:// prefix.
WEB_DOMAIN=http://localhost:3000