mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-05-06 18:29:26 +08:00
16 lines
180 B
INI
16 lines
180 B
INI
[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 |