From 91a3f95a0a9e5997901a8fb2d369f45fa672a5e1 Mon Sep 17 00:00:00 2001 From: omlanke Date: Thu, 8 Jan 2026 20:59:47 +0530 Subject: [PATCH] Update .env.example --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.env.example b/.env.example index e69de29..8931968 100644 --- a/.env.example +++ b/.env.example @@ -0,0 +1,12 @@ +DATABASE_URL="..." + +AUTH_SECRET="shhh_no_one_can_know" + +AUTH_GOOGLE_ID="..." +AUTH_GOOGLE_SECRET="..." + +STUDENT_URL="http://localhost:9000" +ADMIN_URL="http://localhost:9000" +ADMIN_DOMAIN="http://localhost:9001" + +AUTH_TRUST_HOST=TRUE \ No newline at end of file