feat: use separate hostname env variable

This commit is contained in:
Paul Makles
2023-02-05 16:18:04 +00:00
parent 4dcde911e9
commit 84f99b1e93
3 changed files with 30 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ MONGODB=mongodb://database
# Redis
REDIS_URI=redis://redis/
# Hostname used for Caddy
# This should in most cases match REVOLT_APP_URL
HOSTNAME=http://local.revolt.chat
# URL to where the Revolt app is publicly accessible
REVOLT_APP_URL=http://local.revolt.chat