starting out
This commit is contained in:
20
config.yaml
Normal file
20
config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# config.yaml (Beispiel)
|
||||
s3:
|
||||
endpoint: "https://<dein-endpoint>"
|
||||
access_key: "<key>"
|
||||
secret_key: "<secret>"
|
||||
bucket: "<bucket>"
|
||||
|
||||
postgres:
|
||||
dsn: "postgresql://user:pass@host:5432/dbname"
|
||||
|
||||
app:
|
||||
entrance_prefix: "icu/entrance/"
|
||||
processed_prefix: "icu/processed/"
|
||||
thumb_prefix: "icu/thumbnails/"
|
||||
min_age_seconds: 90
|
||||
poll_seconds: 30
|
||||
# OCR crop tunables (defaults are usually fine)
|
||||
ocr_crop_w_frac: 0.42
|
||||
ocr_crop_h_frac: 0.22
|
||||
thumb_max: 512
|
||||
Reference in New Issue
Block a user