N-FIN-79: add Auth0 variable to .env.example

This commit is contained in:
Markus Thielker 2024-12-23 00:26:41 +01:00
parent f378e2a045
commit 0e952e4933
No known key found for this signature in database

View file

@ -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=''