diff --git a/projekt/.env.example b/projekt/.env.example index 73dd80c..6c81121 100644 --- a/projekt/.env.example +++ b/projekt/.env.example @@ -3,4 +3,6 @@ JWT_SECRET=your-secret-here REFRESH_TOKEN_HMAC_SECRET=your-secret-here POSTGRES_USER=your-user POSTGRES_DB=your-db -POSTGRES_PASSWORD=your-password \ No newline at end of file +POSTGRES_PASSWORD=your-password +MAIL_HOST=mailhog +MAIL_PORT=1025