From a446dfd84fba6c514356a43ed0db3a61e9804b90 Mon Sep 17 00:00:00 2001 From: mwlt39 Date: Mon, 16 Mar 2026 21:33:47 +0100 Subject: [PATCH] fix: adding to example.env --- projekt/.env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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