mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
35 lines
473 B
YAML
35 lines
473 B
YAML
address: 0.0.0.0
|
|
port: 2345
|
|
|
|
prefix: /
|
|
permissions: CRUD
|
|
|
|
# CORS configuration to allow all origins
|
|
cors:
|
|
enabled: true
|
|
credentials: true
|
|
allowed_headers:
|
|
- '*'
|
|
allowed_hosts:
|
|
- '*'
|
|
allowed_methods:
|
|
- GET
|
|
- HEAD
|
|
- POST
|
|
- PUT
|
|
- DELETE
|
|
- OPTIONS
|
|
- PROPFIND
|
|
- PROPPATCH
|
|
- MKCOL
|
|
- COPY
|
|
- MOVE
|
|
- LOCK
|
|
- UNLOCK
|
|
exposed_headers:
|
|
- '*'
|
|
|
|
users:
|
|
- username: admin
|
|
password: admin
|
|
directory: /data
|