diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml index b4914d5..6e86e4a 100644 --- a/fly.toml +++ b/fly.toml @@ -14,6 +14,10 @@ primary_region = "ams" REDIRECT_OTHER_HOSTNAMES = "true" BASE_URL = "https://alanpearce.eu" + [[files]] + guest_path = "/config.toml" + local_path = "config.toml" + [metrics] port = 9091 path = "/metrics" |