-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.test
24 lines (21 loc) · 908 Bytes
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# used when NODE_ENV=test
# used by the Cypress GitHub Action
# Auth
NEXTAUTH_URL=http://localhost:3000
SECRET=thisStringIs32CharactersLong!!!!
NEXTAUTH_SECRET=thisStringIs32CharactersLong!!!!
POSTGRES_USER=test_db_user
POSTGRES_PASSWORD=test_db_password
POSTGRES_DB=vegetable-marketplace-db-1
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5433/${POSTGRES_DB}?schema=public
# Auth0
# Custom secret known by server only
AUTH0_SECRET=68f262ee9b2c283b5c7a986ea838c8ed47bfb1da996390b86d2e94f6f77915f9
# The base url of your application
AUTH0_BASE_URL=http://localhost:3000
# The url of your Auth0 tenant domain
AUTH0_ISSUER_BASE_URL=https://dev-38yk2dga.us.auth0.com
# Your Auth0 application's Client ID
AUTH0_CLIENT_ID=RqCulEqNOzmLkCJ6An4cun6YgKsshTQj
# Your Auth0 application's Client Secret
AUTH0_CLIENT_SECRET=KE8cOKf3JYi-aCl3P9YWbPf6vyNsnmg0Hbfb6iV6J_Z-__oN7WZGZH6v9isK2EAB