next-terminal/config.yml
2021-03-19 23:06:06 +08:00

13 lines
217 B
YAML

debug: true
demo: false
db: mysql
mysql:
hostname: localhost
port: 3306
username: next-terminal
password: next-terminal
database: next-terminal
sqlite:
file: 'next-terminal.db'
server:
addr: 0.0.0.0:8088