You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
477 B
27 lines
477 B
2 months ago
|
|
||
|
#日志记录
|
||
|
file_log_level: INFO #是否记录日志
|
||
|
show_log_level: DEBUG #日志记录级别
|
||
|
log_dir: logs
|
||
|
|
||
|
#远程数据库 --- 香橙派用不了
|
||
|
DBType: 0 #0--mysql,1--sqlite
|
||
|
mysql:
|
||
|
host: 127.0.0.1
|
||
|
port: 3306
|
||
|
user: root
|
||
|
passwd: anan2013@BABY
|
||
|
database: zfsafe
|
||
|
|
||
|
#sqlit
|
||
|
sqlite: zfbox.db
|
||
|
|
||
|
#用户初始密码
|
||
|
pw: zfkj_123!@#
|
||
|
|
||
|
#服务器端socket
|
||
|
serverIP: 192.168.3.190
|
||
|
serverPort: 18010
|
||
|
DevID: 12345678901234567890123456789012
|
||
|
sockettimeout: 600 #10分钟
|