From 756b33bb792df64fcd0039a3b5c502c4a7a3b05d Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 13 Jul 2025 23:13:57 +0200 Subject: [PATCH] Update wrangler toml --- ui/wrangler.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/wrangler.toml b/ui/wrangler.toml index b28b567..47c3ef1 100644 --- a/ui/wrangler.toml +++ b/ui/wrangler.toml @@ -12,10 +12,8 @@ enabled = true [vars] PYTHON_VERSION = "3.11.5" -[env.production.vars] -PYTHON_VERSION = "3.11.5" - [env.production] route = { pattern = "app.xtablo.com", custom_domain = true } -[env.staging] \ No newline at end of file +[env.staging] +route = { pattern = "app-staging.xtablo.com", custom_domain = true } \ No newline at end of file