mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-05-06 18:29:26 +08:00
22 lines
233 B
INI
22 lines
233 B
INI
[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
|
|
|
|
[img]
|
|
encode=jpg
|
|
miniSize=400
|
|
fullSize=1000 |