bouncer/misc/packaging/common/config.yml

35 lines
683 B
YAML
Raw Normal View History

2023-04-24 20:52:12 +02:00
admin:
http:
host: 127.0.0.1
port: 8081
cors:
allowedOrigins:
- http://localhost:3001
allowCredentials: true
allowMethods:
- POST
- GET
- PUT
- DELETE
allowedHeaders:
- Origin
- Accept
- Content-Type
- Authorization
- Sentry-Trace
debug: false
auth:
issuer: http://127.0.0.1:8081
2023-05-28 15:41:40 +02:00
privateKey: /etc/bouncer/admin-key.json
2023-04-24 20:52:12 +02:00
proxy:
http:
host: 0.0.0.0
port: 8080
2023-05-28 15:41:40 +02:00
redis:
addresses:
- localhost:6379
master: ""
2023-04-24 20:52:12 +02:00
logger:
level: 1
2023-05-28 15:41:40 +02:00
format: human