diff --git a/example-env b/example-env index 364bac3..e1659cc 100644 --- a/example-env +++ b/example-env @@ -1,3 +1,3 @@ PORT=your_webserver_port MONGODB_URI=mongodb://username:password@ip-or-domain:27017/your_database -JWT_SECRET=your_jwt_secret_keynp \ No newline at end of file +JWT_SECRET=your_jwt_secret_key_here \ No newline at end of file