mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-03 03:16:39 +08:00
- consolidate port-forward-agent and port-forward-server into single port-forward directory - remove old dockerfiles and implement multi-stage docker build for both agent and server - update docker-compose files to use pre-built images from ghcr.io instead of local builds - normalize configuration file formatting and line endings - update data.yml descriptions to remove redundant client/server specifications - maintain all existing functionality while improving project structure
21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
|
|
app.name = "PortForward"
|
|
app.cname = "端口转发系统"
|
|
servername = "PortForward-Server"
|
|
runmode ="dev"
|
|
#runmode ="prod"
|
|
viewspath = "views"
|
|
#logfile.config = "close"
|
|
|
|
[dev]
|
|
httpaddr = "0.0.0.0"
|
|
httpport = 8080
|
|
recoverpanic = false
|
|
[prod]
|
|
httpaddr = "0.0.0.0"
|
|
httpport = 8080
|
|
recoverpanic = true
|
|
graceful = true
|
|
|
|
include "data.conf"
|