Skip to content

Commit ebfab22

Browse files
committed
Update example env
1 parent 6088b17 commit ebfab22

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

local.env.dist

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
### The following ENV vars are expected to be defined:
2-
# Used to send notifications about the service
3-
MAILER_USERNAME=
4-
MAILER_PASSWORD=
5-
ADMIN_EMAIL=
6-
#MAILER_HOST=smtp.gmail.com
72

83
# NOTE: local.env processing does not do variable substitution.
94
# Replace all instances of SOME_ORG_PREFIX and SOME_APP_ENV with
@@ -44,15 +39,13 @@ AWS_SECRET_ACCESS_KEY=
4439
# (used in "Authorization: Bearer XXXXXX" header)
4540
API_ACCESS_TOKEN=
4641

47-
# This should be some unique string for Admin Web UI
48-
FRONT_COOKIE_KEY=af5gsh67d7jhg65sf45g6gyh6h6hx
42+
# API Key to use with Scripture Earth
43+
SCRIPTURE_EARTH_KEY=
4944

50-
# Composer settings
51-
COMPOSER_AUTH={"github-oauth":{"github.com":"tokenhere"}}
52-
COMPOSER_CACHE_DIR=/tmp
45+
# Scriptoria URL to use for authentication
46+
PUBLIC_SCRIPTORIA_URL=http://localhost:6173
5347

54-
# Log Entries Key
55-
LOGENTRIES_KEY=
48+
ORIGIN=http://localhost:8443
5649

57-
# API Key to use with Scripture Earth
58-
SCRIPTURE_EARTH_KEY=
50+
# Auth0 secret used by Scriptoria
51+
AUTH0_SECRET=

0 commit comments

Comments
 (0)