From a4590bb64ab86b554a91af53f8febc079fa1a7df Mon Sep 17 00:00:00 2001 From: Maurice Huang <3+maurice@noreply.localhost> Date: Sat, 11 Jul 2026 19:58:37 +0000 Subject: [PATCH] Add env file example.txt --- env file example.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 env file example.txt diff --git a/env file example.txt b/env file example.txt new file mode 100644 index 0000000..3744f88 --- /dev/null +++ b/env file example.txt @@ -0,0 +1,8 @@ +DATABASE_URL="postgresql://TT@localhost:5432/ranked_eqao" +GOOGLE_CLIENT_ID="123654.apps.googleusercontent.com" +GOOGLE_CLIENT_SECRET="abcdef" +GOOGLE_CALLBACK_URL="http://localhost:3000/auth/google/callback" +JWT_SECRET="abcdef" +GEMINI_API_KEY="abcdef" +PORT=3000 +FRONTEND_URL="http://localhost:5173" \ No newline at end of file