Add env file example.txt
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user