fix: add .env.web generation

pull/112/head
Paul Makles 2 months ago
parent db5efd2097
commit 2a70f45c97
No known key found for this signature in database

@ -1,7 +1,9 @@
#!/usr/bin/env bash
# set hostname for Caddy
echo "HOSTNAME=https://$1" > .env.web
# hostnames
echo "" >> Revolt.toml
echo "[hosts]" >> Revolt.toml
echo "app = \"https://$1\"" >> Revolt.toml
echo "api = \"https://$1/api\"" >> Revolt.toml

Loading…
Cancel
Save