mirror of
https://github.com/revoltchat/self-hosted.git
synced 2025-12-28 06:34:36 +00:00
fix: should point to API as public URL
This commit is contained in:
parent
b174491c03
commit
b78fcdc74e
@ -2,7 +2,7 @@
|
||||
|
||||
# set hostname for Caddy
|
||||
echo "HOSTNAME=https://$1" > .env.web
|
||||
echo "REVOLT_PUBLIC_URL=https://$1" >> .env.web
|
||||
echo "REVOLT_PUBLIC_URL=https://$1/api" >> .env.web
|
||||
|
||||
# hostnames
|
||||
echo "[hosts]" >> Revolt.toml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user