forked from linuxfoundation/insights
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dist
More file actions
36 lines (29 loc) · 857 Bytes
/
.env.dist
File metadata and controls
36 lines (29 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Temporal envs
INSIGHTS_TEMPORAL_SERVER_URL=localhost:7233
INSIGHTS_TEMPORAL_NAMESPACE=default
INSIGHTS_TEMPORAL_ENCRYPTION_KEY_ID=local
INSIGHTS_TEMPORAL_ENCRYPTION_KEY=FweBMRnGCLshER8FlSvNusQA6G3MRUKt
# Insights DB envs
INSIGHTS_DB_READ_HOST=localhost
INSIGHTS_DB_WRITE_HOST=localhost
INSIGHTS_DB_PORT=5432
INSIGHTS_DB_USERNAME=postgres
INSIGHTS_DB_PASSWORD=example
INSIGHTS_DB_DATABASE=insights
# Nuxt app envs
NUXT_PUBLIC_APP_URL=
## Insights
NUXT_TINYBIRD_TOKEN=
NUXT_TINYBIRD_BASE_URL=
## CM api
NUXT_CM_API_URL=
NUXT_CM_API_TOKEN=
## Jira
NUXT_JIRA_ISSUE_REPORTER_API_URL=
NUXT_JIRA_ISSUE_REPORTER_API_TOKEN_EMAIL=
NUXT_JIRA_ISSUE_REPORTER_API_TOKEN=
NUXT_JIRA_ISSUE_REPORTER_PROJECT_KEY=
## Featured Collections
NUXT_HIGHLIGHTED_IDS=
# For the search volume worker service to contact the Keywords Everywhere API
KEYWORDS_EVERYWHERE_API_KEY=