forked from kofal.net/stoatchat-self-hosted
fix: should point to API as public URL
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# set hostname for Caddy
|
# set hostname for Caddy
|
||||||
echo "HOSTNAME=https://$1" > .env.web
|
echo "HOSTNAME=https://$1" > .env.web
|
||||||
echo "REVOLT_PUBLIC_URL=https://$1" >> .env.web
|
echo "REVOLT_PUBLIC_URL=https://$1/api" >> .env.web
|
||||||
|
|
||||||
# hostnames
|
# hostnames
|
||||||
echo "[hosts]" >> Revolt.toml
|
echo "[hosts]" >> Revolt.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user