From 1950e89cbcc0a347cc5bb0272c43126b2361c893 Mon Sep 17 00:00:00 2001 From: Gunwant Jain Date: Mon, 24 Jan 2022 13:58:11 +0530 Subject: [PATCH] fly.toml: using mapped env variables is a PITA on TOML Until I find a way to do it, the demo instance would have a form upload size limit. Signed-off-by: Gunwant Jain --- fly.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/fly.toml b/fly.toml index 3e5c878..b412f98 100644 --- a/fly.toml +++ b/fly.toml @@ -7,9 +7,6 @@ processes = [] [build] image = "wantguns/bin" -[env] - BIN_LIMITS={form="16 MiB"} - [experimental] allowed_public_ports = [] auto_rollback = true