15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
# Production/public domain. Must resolve to the VPS running frps.
|
|
DOMAIN=cents.homemade.net.cn
|
|
|
|
# Public VPS / frps address.
|
|
FRPC_SERVER_HOST=119.28.12.24
|
|
FRPC_SERVER_PORT=7000
|
|
|
|
# Production target. For host-debug mode, keep host.docker.internal.
|
|
APP_HOST=host.docker.internal
|
|
APP_PORT=6064
|
|
APP_PROTOCOL=http
|
|
|
|
# Use false only after the tunnel is known to work.
|
|
TEST_MODE=false
|