From 0e952e4933ece585c1340c735011bd32a792b057 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Mon, 23 Dec 2024 00:26:41 +0100 Subject: [PATCH] N-FIN-79: add Auth0 variable to .env.example --- .env.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ace6820..07d27ba 100644 --- a/.env.example +++ b/.env.example @@ -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=''