Files
open-save-cloud-server/config.default.yml
2022-05-29 17:56:03 +02:00

14 lines
220 B
YAML

---
server:
port: 8080
database:
host: localhost
password: root
port: 3306
username: root
features:
allow_register: false
password_hash_cost: 16
path:
cache: "/var/osc/cache"
storage: "/var/osc/storage"