Files
drive/apps/backend/config.yaml

21 lines
364 B
YAML
Raw Normal View History

server:
port: 8080
database:
postgres_url: postgres://drexa:hunter2@helian:5433/drexa?sslmode=disable
jwt:
issuer: drexa
audience: drexa-api
secret_key_base64: "pNeUExoqdakfecZLFL53NJpY4iB9zFot9EuEBItlYKY="
storage:
mode: hierarchical
backend: fs
root_path: ./data
cors:
allow_origins:
- http://localhost:3000
allow_credentials: true