phuochungus commited on
Commit
bee6ac4
1 Parent(s): c8047a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -15,6 +15,19 @@ Before you proceed, make sure you have installed/created the following applicati
15
  3. Firebase, you can create a free Firebase project at: https://firebase.google.com
16
  4. Neo4j database, you can create free at: https://neo4j.com
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ```
19
  docker compose up -d
20
  ```
 
15
  3. Firebase, you can create a free Firebase project at: https://firebase.google.com
16
  4. Neo4j database, you can create free at: https://neo4j.com
17
 
18
+ ## Configuration
19
+ Open up `compose.yaml`, change all the environment variable:
20
+ ```
21
+ environment:
22
+ - SUPABASE_URL=your-supabase-url
23
+ - SUPABASE_KEY=your-supabase-key
24
+ - FIREBASE_CREDENTIALS=your-firebase-credentials
25
+ - FIREBASE_API_KEY=your-firebase-api-key
26
+ - NEO4J_URI=your-neo4j-uri
27
+ - NEO4J_USERNAME=your-neo4j-username
28
+ - NEO4J_PASSWORD=your-neo4j-password
29
+ ```
30
+
31
  ```
32
  docker compose up -d
33
  ```