N-FIN-79: add Auth0 variable to .env.example
This commit is contained in:
parent
f378e2a045
commit
0e952e4933
1 changed files with 7 additions and 1 deletions
|
@ -5,4 +5,10 @@
|
|||
#
|
||||
|
||||
# prisma database url
|
||||
DATABASE_URL="postgresql://prisma:prisma@localhost:5432/finances?schema=public"
|
||||
DATABASE_URL='postgresql://prisma:prisma@localhost:5432/finances?schema=public'
|
||||
|
||||
AUTH0_SECRET=''
|
||||
AUTH0_BASE_URL='http://localhost:3000'
|
||||
AUTH0_ISSUER_BASE_URL=''
|
||||
AUTH0_CLIENT_ID=''
|
||||
AUTH0_CLIENT_SECRET=''
|
||||
|
|
Loading…
Add table
Reference in a new issue