diff --git a/backend/.env.example b/backend/.env.example index 78351e7a..2275d84c 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,3 +1,9 @@ FRONTEND_URL="http://localhost:3000" DATABASE_URL="postgresql://postgres:postgres@localhost:5432/unicon" -SECRET_KEY= \ No newline at end of file +SECRET_KEY= + +GOOGLE_CLIENT_ID= +GOOGLE_CLIENT_SECRET= +GOOGLE_REDIRECT_URI= + +GUARDIAN_API_KEY= \ No newline at end of file