Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit e57b6b4

Browse files
authored
fixing up env vars and ignoring .envs
1 parent 5d4dbe9 commit e57b6b4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ dist
115115
.yarn/install-state.gz
116116
.pnp.*
117117

118-
*.csv
118+
*.csv
119+
*.env

config/custom-environment-variables.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@
77
"AUTH0_CLIENT_ID": "AUTH0_CLIENT_ID",
88
"AUTH0_CLIENT_SECRET": "AUTH0_CLIENT_SECRET",
99
"AUTH0_AUDIENCE": "AUTH0_AUDIENCE",
10+
"AUTH0_TOPCODER_AUDIENCE": "AUTH0_TOPCODER_AUDIENCE",
1011
"TOKEN_CACHE_TIME": "TOKEN_CACHE_TIME",
1112
"SLEEP_LENGTH": "SLEEP_LENGTH",
1213
"GROUPS_API_URL": "GROUPS_API_URL",
1314
"USERS_API_URL": "USERS_API_URL",
14-
"MEMBERS_API_URL": "MEMBERS_API_URL"
15+
"UBAHN_USERS_API_URL": "UBAHN_USERS_API_URL",
16+
"MEMBERS_API_URL": "MEMBERS_API_URL",
17+
"ES": {
18+
"HOST": "ES_HOST",
19+
"API_VERSION": "ES_API_VERSION",
20+
"USER_INDEX": "ES_USER_INDEX",
21+
"USER_TYPE": "ES_USER_TYPE",
22+
"USER_GROUP_PROPERTY_NAME": "ES_USER_GROUP_PROPERTY_NAME"
23+
}
1524
}

0 commit comments

Comments
 (0)