基本项目结构完成

This commit is contained in:
2024-04-09 10:27:37 +08:00
parent c4c0291455
commit b36e50cbc5
5 changed files with 199 additions and 0 deletions

16
conf/app.ini Normal file
View File

@@ -0,0 +1,16 @@
[server]
port=8080
debug=True
host=0.0.0.0
[user]
username=admin
password=admin
[database]
path=./data/metadata.db
[file]
inputdir=./input
storedir=./data/file
tmpdir=./data/tmp