-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 793 Bytes
/
.env.example
File metadata and controls
25 lines (19 loc) · 793 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
NEXT_PUBLIC_REGION="us-west-2"
NEXT_PUBLIC_USER_POOL_ID="us-west-2_FIxM1Z1KE"
NEXT_PUBLIC_POOL_APP_CLIENT_ID="64dhg7i512t4gbncbtiuui1oio"
NEXT_PUBLIC_BASE_URL="http://localhost:3000"
NEXT_PUBLIC_SERVER_ENDPOINT="http://localhost:4000"
NEXT_PUBLIC_GRAPHQL_SERVER_ENDPOINT="http://localhost:4000/graphql"
# NextJS server side actions
NEXT_PUBLIC_NARRATIVE_ENDPOINT="http://localhost:3030" # Port for local narrative service
SERVER_ENDPOINT="http://localhost:4000"
SERVER_LOG_LEVEL=info
NEXT_PUBLIC_GRAPHQL_ENDPOINT="http://localhost:4000"
NEXT_PUBLIC_GRAPHQL_SERVER_ENDPOINT="http://localhost:4000/graphql"
# JSON Web Token (JWT) settings
JWT_SECRET=
#Crowdin
CROWDIN_PERSONAL_TOKEN=
CROWDIN_PROJECT_ID=
# For dmptool-narrative-generator service
NARRATIVE_SERVICE_URL=http://narrative:3030