mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-08-17 15:30:55 +08:00
基本项目结构完成
This commit is contained in:
16
conf/app.ini
Normal file
16
conf/app.ini
Normal 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
|
Reference in New Issue
Block a user