-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlocal.env.dist
More file actions
51 lines (37 loc) · 1.55 KB
/
local.env.dist
File metadata and controls
51 lines (37 loc) · 1.55 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### The following ENV vars are expected to be defined:
# NOTE: local.env processing does not do variable substitution.
# Replace all instances of SOME_ORG_PREFIX and SOME_APP_ENV with
# desired values.
# For ORG_PREFIX, enter the abbreviation for the organization
# such as sil
ORG_PREFIX=SOME_ORG_PREFIX
# For APP_ENV, use: dev-USERNAME-MACHINE, stg, or prd
#APP_ENV=dev-USERNAME-machine (e.g. dev-chrish-win)
APP_ENV=SOME_APP_ENV
# For AWS_USER_ID, use the 12 digit account number from
# https://console.aws.amazon.com/support/home
AWS_USER_ID=
# Secrets are retreived from here
BUILD_ENGINE_SECRETS_BUCKET=SOME_ORG_PREFIX-SOME_APP_ENV-aps-secrets
# Built artifacts will be stored here
BUILD_ENGINE_ARTIFACTS_BUCKET=SOME_ORG_PREFIX-SOME_APP_ENV-aps-artifacts
BUILD_ENGINE_ARTIFACTS_BUCKET_REGION=us-east-1
# Projects are moved to here by SAB
BUILD_ENGINE_PROJECTS_BUCKET=SOME_ORG_PREFIX-SOME_APP_ENV-aps-projects
# default the docker image used for building apps
#CODE_BUILD_IMAGE_REPO=ghcr.io/sillsdev/appbuilder-agent-[stg|prd]
#CODE_BUILD_IMAGE_REPO=[AWS_USER_ID].dkr.ecr.us-east-1.amazonaws.com/appbuilder-agent-[stg|prd]
#CODE_BUILD_IMAGE_TAG=latest
# Permissions to access AWS Resources
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# This should be some unique string REST requests
# (used in "Authorization: Bearer XXXXXX" header)
API_ACCESS_TOKEN=
# API Key to use with Scripture Earth
SCRIPTURE_EARTH_KEY=
# Scriptoria URL to use for authentication
PUBLIC_SCRIPTORIA_URL=http://localhost:6173
ORIGIN=http://localhost:8443
# Auth0 secret used by Scriptoria
AUTH0_SECRET=