mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-16 04:09:41 +08:00
更改配置文件的存取方式
This commit is contained in:
17
conf/app_d.ini
Normal file
17
conf/app_d.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[server]
|
||||
port=8080
|
||||
debug=0
|
||||
host=0.0.0.0
|
||||
threaded=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