This commit is contained in:
2023-07-07 15:11:21 +08:00
parent 1679f384ee
commit 0fe8370704
2 changed files with 359 additions and 0 deletions

22
app.ini Normal file
View File

@@ -0,0 +1,22 @@
[log]
handlers=console #console|file
level=debug # info|debug|error
file=zhub.log
[service]
watch=0.0.0.0:711
addr=0.0.0.0:1216
auth=1
[data]
dir=./data
[ztimer]
db.addr=127.0.0.1:3306
db.user=root
db.password=123456
db.database=zhub
[auth]
admin=123456
lxy=123456