We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60f75a commit 9f8a152Copy full SHA for 9f8a152
.helm/ecamp3/env.example.yaml
@@ -1,4 +1,5 @@
1
{
2
+ "API_AUTHENTICATION_TOKEN_TTL": null,
3
"API_CACHE_ENABLED": true,
4
"API_DATA_MIGRATIONS_DIR": "dev-data",
5
"API_NUM_THREADS": null,
.helm/ecamp3/values.yaml.gotmpl
@@ -25,6 +25,7 @@ featureToggle:
25
checklist: {{ .Environment.Values | getOrNil "FEATURE_CHECKLIST" | default false }}
26
27
api:
28
+ authenticationTokenTtl: {{ .Environment.Values | getOrNil "API_AUTHENTICATION_TOKEN_TTL" }}
29
dataMigrationsDir: {{ .Environment.Values | getOrNil "API_DATA_MIGRATIONS_DIR" | default "prod-data" }}
30
subpath: "/api"
31
image:
0 commit comments