mirror of
https://github.com/vernu/textbee.git
synced 2026-02-20 15:44:31 -05:00
Update .env.example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user