next-terminal/config.yml
dushixiang 1b7dd820b3 - 增加https参数
- 修复bug "「资产」无法通过「资产标签」过滤" close #33
- 修复bug "切換授權使用者登錄後,進入資產列表後會有錯誤" close #53
2021-02-12 16:55:07 +08:00

11 lines
181 B
YAML

db: sqlite
mysql:
hostname: 172.16.101.32
port: 3306
username: root
password: mysql
database: next-terminal
sqlite:
file: 'next-terminal.db'
server:
addr: 0.0.0.0:8088