Skip to content

Commit

Permalink
Merge pull request #1642 from PlanBCode/add-authentication-env-config
Browse files Browse the repository at this point in the history
Allow overriding authentication config using env vars
  • Loading branch information
ilmartyrk authored Oct 22, 2024
2 parents a8f887d + f40ce9c commit 3f4e4b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"analytics": {
"__name": "CITIZENOS_FEATURES_ANALYTICS",
"__format": "json"
},
"authentication": {
"__name": "CITIZENOS_FEATURES_AUTHENTICATION",
"__format": "json"
}
},
"helplink": "CITIZENOS_HELP_LINK",
Expand Down

0 comments on commit 3f4e4b6

Please sign in to comment.