Skip to content

Commit

Permalink
enable eid logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Sep 21, 2024
1 parent 4688e49 commit ce2854a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/altinn-designer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ environmentVariables:
value: 59
- name: FeatureManagement__AnsattPorten
value: "false"
- name: FeatureManagement__EidLogging
value: "true"
staging:
- name: ASPNETCORE_ENVIRONMENT
value: Staging
Expand Down Expand Up @@ -87,6 +89,8 @@ environmentVariables:
value: 59
- name: FeatureManagement__AnsattPorten
value: "false"
- name: FeatureManagement__EidLogging
value: "true"
prod:
- name: ASPNETCORE_ENVIRONMENT
value: Production
Expand Down Expand Up @@ -118,6 +122,8 @@ environmentVariables:
value: 59
- name: FeatureManagement__AnsattPorten
value: "false"
- name: FeatureManagement__EidLogging
value: "true"

dbMigrationsEnvironmentVariablesSecretName: altinn-designer-db-migrations-secret

Expand Down

0 comments on commit ce2854a

Please sign in to comment.