Skip to content

Commit 3f4e4b6

Browse files
authored
Merge pull request #1642 from PlanBCode/add-authentication-env-config
Allow overriding authentication config using env vars
2 parents a8f887d + f40ce9c commit 3f4e4b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/config/custom-environment-variables.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"analytics": {
3232
"__name": "CITIZENOS_FEATURES_ANALYTICS",
3333
"__format": "json"
34+
},
35+
"authentication": {
36+
"__name": "CITIZENOS_FEATURES_AUTHENTICATION",
37+
"__format": "json"
3438
}
3539
},
3640
"helplink": "CITIZENOS_HELP_LINK",

0 commit comments

Comments
 (0)