forked from GitHub/cloudflare-docker-proxy
19 lines
327 B
TOML
19 lines
327 B
TOML
name = "cloudflare-docker-proxy"
|
|
workers_dev = true
|
|
main = "src/index.js"
|
|
compatibility_date = "2021-12-07"
|
|
|
|
[dev]
|
|
ip = "0.0.0.0"
|
|
port = 8787
|
|
local_protocol="http"
|
|
upstream_protocol="https"
|
|
|
|
[vars]
|
|
MODE="production"
|
|
LOCAL_ADDRESS=""
|
|
TARGET_UPSTREAM=""
|
|
|
|
[env.dev.vars]
|
|
MODE="debug"
|
|
TARGET_UPSTREAM="https://registry-1.docker.io" |