mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
init
This commit is contained in:
34
workers/session-proxy/wrangler-session-proxy.toml
Normal file
34
workers/session-proxy/wrangler-session-proxy.toml
Normal file
@@ -0,0 +1,34 @@
|
||||
name = "session-proxy-geoff-seemueller-io"
|
||||
main = "./index.ts"
|
||||
compatibility_date = "2024-12-20"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
workers_dev = false
|
||||
preview_urls = false
|
||||
dev.port = 3001
|
||||
|
||||
|
||||
[env.local]
|
||||
routes = [{ pattern = "dev.geoff.seemueller.io", custom_domain = true }]
|
||||
services = [
|
||||
{ binding = "WORKER_SITE", service = "geoff-seemueller-io" }
|
||||
]
|
||||
|
||||
[env.dev]
|
||||
#routes = [{ pattern = "dev.geoff.seemueller.io", custom_domain = true }]
|
||||
services = [
|
||||
{ binding = "WORKER_SITE", service = "geoff-seemueller-io-dev" }
|
||||
]
|
||||
|
||||
# Staging configuration
|
||||
[env.staging]
|
||||
#routes = [{ pattern = "geoff-staging.seemueller.io", custom_domain = true }]
|
||||
services = [
|
||||
{ binding = "WORKER_SITE", service = "geoff-seemueller-io-staging" }
|
||||
]
|
||||
|
||||
# Production configuration
|
||||
[env.production]
|
||||
routes = [{ pattern = "geoff.seemueller.io", custom_domain = true }]
|
||||
services = [
|
||||
{ binding = "WORKER_SITE", service = "geoff-seemueller-io-production" }
|
||||
]
|
Reference in New Issue
Block a user