-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.test.example
More file actions
37 lines (33 loc) · 874 Bytes
/
.env.test.example
File metadata and controls
37 lines (33 loc) · 874 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
37
#
# Used for dev only
#
#DEBUG='@neo4j/graphql:*'
#
# Next
#
NEXT_PUBLIC_PLATFORM_HOST=http://127.0.0.1:3001
PLATFORM_API_HOST=http://127.0.0.1:4001
#
# Auth0 - Next - those are required by nextjs-auth0 - don't change their names
#
# A long secret value used to encrypt the session cookie
AUTH0_SECRET='ask-admin-for-value'
# The url of your Auth0 tenant hooks
AUTH0_ISSUER_BASE_URL='https://codelab-app-dev.us.auth0.com/'
# Your Auth0 application's Client ID
AUTH0_CLIENT_ID='vFxazFdMcHzjC90Y4CxWxT34gvZJjh76'
# Your Auth0 application's Client Secret
AUTH0_CLIENT_SECRET='ask-admin-for-value'
# Required for `initAuth0`
AUTH0_AUDIENCE=https://codelab-app-dev.us.auth0.com/api/v2/
#
# Auth0 users
#
AUTH0_CYPRESS_USERNAME='cypress@codelab.app'
AUTH0_CYPRESS_PASSWORD='ask-admin-for-value'
#
# Neo4j
#
NEO4J_URI=bolt://localhost:7688
NEO4J_USER=neo4j
NEO4J_PASSWORD=test