Use unique mongodb db name per project

This commit is contained in:
mijauexe
2025-06-10 12:29:21 +02:00
parent 951aacceda
commit 6fffc5221b

View File

@@ -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 }}