add google and memgraph env vars

This commit is contained in:
2025-02-22 18:51:40 +01:00
parent 1d12aac6ec
commit 59b748aa6c
5 changed files with 190 additions and 10 deletions

6
app/env.example Normal file
View File

@@ -0,0 +1,6 @@
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
GOOGLE_CALLBACK_URI="http://localhost:5173/login/google/callback"
MEMEGRAPH_URI="bolt://localhost:7687"
MEMGRAPH_USER="memgraph"
MEMGRAPH_PASSWORD="memgraph"