about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 22:00:57 +0200
committerAlan Pearce2024-04-19 22:13:42 +0200
commit6fa56947adc7017bf5034010b516dd26b90c82b8 (patch)
tree16816718a27d80fb2ba5977dda292ea76d616217
parent30e4cb4e4af3a6eebd3b4fb431828d284a72a10a (diff)
downloadwebsite-6fa56947adc7017bf5034010b516dd26b90c82b8.tar.lz
website-6fa56947adc7017bf5034010b516dd26b90c82b8.tar.zst
website-6fa56947adc7017bf5034010b516dd26b90c82b8.zip
add missing environment variables
-rw-r--r--fly.toml2
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