Files
open-save-cloud-server/config.default.yml
2022-05-24 23:49:47 +02:00

13 lines
195 B
YAML

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