...

Text file src/edge-infra.dev/config/pallets/sds/emergencyaccess/authservice/base/configmap.yaml

Documentation: edge-infra.dev/config/pallets/sds/emergencyaccess/authservice/base

     1apiVersion: v1
     2kind: ConfigMap
     3metadata:
     4  name: authservice
     5data:
     6  APP_ENV: prod
     7  EA_USER_SERVICE_HOST: userservice
     8  EDGE_API: https://${domain}/api/v2
     9  GIN_MODE: release

View as plain text