Skip to content

Commit 44ae35e

Browse files
authored
Merge pull request #514 from FalkorDB/fix-docker-compose
Update SECRET_TOKEN in docker-compose.yml to use placeholder
2 parents 72a3394 + ce9666f commit 44ae35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- FALKORDB_HOST=falkordb
3232
- FALKORDB_PORT=6379
3333
- OPENAI_API_KEY=YOUR_OPENAI_API_KEY
34-
- SECRET_TOKEN=sC0tTerMania
34+
- SECRET_TOKEN=YOUR_SECRET_TOKEN
3535
- FLASK_RUN_HOST=0.0.0.0
3636
- FLASK_RUN_PORT=5000
3737
- CODE_GRAPH_PUBLIC=1

0 commit comments

Comments
 (0)