Update wrangler toml
This commit is contained in:
parent
52fffe6922
commit
756b33bb79
1 changed files with 2 additions and 4 deletions
|
|
@ -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]
|
||||
[env.staging]
|
||||
route = { pattern = "app-staging.xtablo.com", custom_domain = true }
|
||||
Loading…
Reference in a new issue