Remove hardcoded CUSTOM_DOMAIN from config

This commit is contained in:
2026-04-15 14:06:14 +08:00
parent d4b63ea38f
commit a515cc4223

View File

@@ -7,13 +7,9 @@ ip = "0.0.0.0"
port = 8787
local_protocol = "http"
[env.vars]
CUSTOM_DOMAIN = "libcuda.so"
[env.dev.vars]
MODE = "debug"
TARGET_UPSTREAM = "https://registry-1.docker.io"
CUSTOM_DOMAIN = "exmaple.com"
[env.production]
name = "cloudflare-docker-proxy"