Skip to main content

Example Configuration

A full example YAML configuration with every default value populated. Generated from FullDefaultConfig() in the service's defaults package.

# Autogenerated
# Filename: synaplan.yaml

loglevel: ""
debug:
addr: 127.0.0.1:9267
token: ""
pprof: false
zpages: false
http:
addr: 127.0.0.1:9106
root: /api/synaplan
cors:
allow_origins:
- '*'
allow_methods:
- GET
- POST
allow_headers:
- Authorization
- Origin
- Content-Type
- Accept
- X-Requested-With
- X-Request-Id
allow_credentials: true
tls:
enabled: false
cert: ""
key: ""
grpc_client_tls:
mode: "off"
cacert: ""
token_manager:
jwt_secret: ""
reva_gateway: eu.opencloud.api.gateway
insecure: false
synaplan_url: http://host.docker.internal:8000
synaplan_api_key: ""
oidc_token_endpoint: http://host.docker.internal:8080/realms/synaplan/protocol/openid-connect/token
oidc_exchange_client_id: synaplan-opencloud
oidc_exchange_client_secret: synaplan-opencloud-secret
oidc_target_audience: synaplan-app