This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/build/configs/server.template.yaml
T
2020-07-22 09:59:40 +08:00

17 lines
165 B
YAML

# environment code
env: prod
# http
http:
"on": true
listen: [ "0.0.0.0:8001" ]
# https
https:
"on": false
listen: [ "0.0.0.0:443"]
cert: ""
key: ""