Files
open-save-cloud-server/config.default.yml
Aurélie Delhaie c06843cd28 Start refactoring
2023-05-29 17:44:50 +02:00

13 lines
245 B
YAML

---
server:
port: 8080
ping: no
compress: no
database:
url: "postgres://username:password@localhost:5432/database_name"
features:
allow_register: no
password_hash_cost: 16
path:
cache: "/var/osc/cache"
storage: "/var/osc/storage"