mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
fix mongodb default url
This commit is contained in:
parent
26bde42591
commit
36d10dc81f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Basic configuration
|
||||
# ------------------------------------------------------------
|
||||
MONGODB_CONNECTION_STRING=mongodb://127.0.0.1:27017/rowboat
|
||||
MONGODB_CONNECTION_STRING=mongodb://host.docker.internal:27017/rowboat
|
||||
OPENAI_API_KEY=<OPENAI_API_KEY>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue