Skip to content

Commit 3fe94e3

Browse files
authored
Merge pull request #5 from my-python-projects/develop
- some tweaks to the .env example
2 parents 9ffabc0 + a7b8968 commit 3fe94e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

backend/.env-example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
MONGO_URI=mongodb://localhost:27017/yourdb
2-
MONGO_DBNAME=yourdbname
3-
SECRET_KEY=super-secret-key
4-
JWT_SECRET_KEY=super-secret-key
1+
MONGO_URI=mongodb://localhost:27017/jreport
2+
MONGO_DBNAME=jreport
3+
SECRET_KEY=you-super-secret-key
4+
JWT_SECRET_KEY=you-super-secret-key
55
JWT_ACCESS_TOKEN_EXPIRES=3600 # 1 hora
66
JWT_REFRESH_TOKEN_EXPIRES=86400 # 1 dia
7-
2FA_ISSUER=NomeDoSeuAplicativo
7+
2FA_ISSUER=JReport
88
RABBITMQ_HOST=localhost
99
RABBITMQ_PORT=5672
1010
RABBITMQ_USER=guest

0 commit comments

Comments
 (0)