mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 05:27:54 -05:00
Use unique mongodb db name per project
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
PORT=3000
|
||||
|
||||
# MongoDB database URL (example: mongodb://localhost/dbname)
|
||||
DATABASE_URL=mongodb://localhost/pythagora # INPUT_REQUIRED {Add your database URL here}
|
||||
DATABASE_URL=mongodb://localhost/{{ project_folder }}
|
||||
JWT_SECRET={{ options.jwt_secret }}
|
||||
REFRESH_TOKEN_SECRET={{ options.refresh_token_secret }}
|
||||
|
||||
Reference in New Issue
Block a user