2023-02-02 10:55:24 +01:00
|
|
|
logger:
|
|
|
|
level: 1
|
|
|
|
format: human
|
2023-03-08 17:30:31 +01:00
|
|
|
server:
|
|
|
|
privateKeyPath: /var/lib/emissary/server-key.json
|
|
|
|
issuer: http://127.0.0.1:3000
|
|
|
|
http:
|
|
|
|
host: 0.0.0.0
|
|
|
|
port: 3000
|
|
|
|
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
|
2023-02-02 10:55:24 +01:00
|
|
|
debug: false
|