mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 14:59:07 +02:00
add google and memgraph env vars
This commit is contained in:
6
app/env.example
Normal file
6
app/env.example
Normal 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"
|
Reference in New Issue
Block a user