diff options
author | Alan Pearce | 2024-04-19 22:00:57 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 22:13:42 +0200 |
commit | 6fa56947adc7017bf5034010b516dd26b90c82b8 (patch) | |
tree | 16816718a27d80fb2ba5977dda292ea76d616217 | |
parent | 30e4cb4e4af3a6eebd3b4fb431828d284a72a10a (diff) | |
download | website-6fa56947adc7017bf5034010b516dd26b90c82b8.tar.lz website-6fa56947adc7017bf5034010b516dd26b90c82b8.tar.zst website-6fa56947adc7017bf5034010b516dd26b90c82b8.zip |
add missing environment variables
-rw-r--r-- | fly.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml index 5b7f722..a2f59d9 100644 --- a/fly.toml +++ b/fly.toml @@ -11,6 +11,8 @@ primary_region = "ams" [env] PORT = "3000" + REDIRECT_OTHER_HOSTNAMES = "true" + BASE_URL = "https://alanpearce.eu" [metrics] port = 9091 |