25 lines
372 B
YAML
25 lines
372 B
YAML
http:
|
|
host: 0.0.0.0
|
|
port: 3000
|
|
logger:
|
|
level: 1
|
|
format: human
|
|
database:
|
|
driver: sqlite
|
|
dsn: sqlite:///var/lib/emissary/data.sqlite
|
|
cors:
|
|
allowedOrigins: []
|
|
allowCredentials: true
|
|
allowMethods:
|
|
- POST
|
|
- GET
|
|
- PUT
|
|
- DELETE
|
|
allowedHeaders:
|
|
- Origin
|
|
- Accept
|
|
- Content-Type
|
|
- Authorization
|
|
- Sentry-Trace
|
|
debug: false
|