25 lines
550 B
YAML
25 lines
550 B
YAML
debug: true
|
|
demo: false
|
|
db: sqlite
|
|
mysql:
|
|
hostname: localhost
|
|
port: 3306
|
|
username: next-terminal
|
|
password: next-terminal
|
|
database: next-terminal
|
|
sqlite:
|
|
file: './data/sqlite/next-terminal.db'
|
|
server:
|
|
addr: 0.0.0.0:8088
|
|
guacd:
|
|
hostname: 127.0.0.1
|
|
port: 4822
|
|
# 此路径需要为绝对路径,并且next-terminal和guacd都能访问到
|
|
recording: 'data/recording'
|
|
# 此路径需要为绝对路径,并且next-terminal和guacd都能访问到
|
|
drive: 'data/drive'
|
|
|
|
sshd:
|
|
enable: true
|
|
addr: 0.0.0.0:8089
|
|
key: ~/.ssh/id_rsa |