mirror of
https://github.com/acepanel/panel.git
synced 2026-02-03 23:27:22 +08:00
25 lines
423 B
YAML
25 lines
423 B
YAML
app:
|
|
debug: false
|
|
key: a-long-string-with-32-characters
|
|
locale: zh_CN
|
|
timezone: Asia/Shanghai
|
|
root: /opt/ace
|
|
api_endpoint: api.acepanel.net
|
|
download_endpoint: dl.acepanel.net
|
|
http:
|
|
debug: false
|
|
port: 8888
|
|
entrance: /
|
|
entrance_error: "418"
|
|
tls: true
|
|
acme: true
|
|
login_captcha: true
|
|
ip_header: ""
|
|
bind_domain: [ ]
|
|
bind_ip: [ ]
|
|
bind_ua: [ ]
|
|
database:
|
|
debug: false
|
|
session:
|
|
lifetime: 120
|