Browse Source

Update .env.example

pull/34/head
Israel Abebe 1 year ago
committed by GitHub
parent
commit
48b3ddc24f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      api/.env.example

4
api/.env.example

@ -1,5 +1,5 @@
PORT=
MONGO_URI=mongodb://mongo:27017/textbee
MONGO_URI=mongodb://textbee-db:27017/textbee
JWT_SECRET=secret
JWT_EXPIRATION=60d
@ -17,4 +17,4 @@ MAIL_PORT=
MAIL_USER=
MAIL_PASS=
MAIL_FROM=
MAIL_REPLY_TO=textbee.dev@gmail.com
MAIL_REPLY_TO=textbee.dev@gmail.com
Loading…
Cancel
Save