ci: unset email host creds for local testing

This commit is contained in:
ramvignesh-b
2026-04-26 21:33:53 +05:30
parent b1a32512ab
commit 89ab2cad53
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ BACKEND_PORT=8001
# EMAIL
EMAIL_HOST=127.0.0.1
EMAIL_PORT=1026
EMAIL_HOST_USER=test
EMAIL_HOST_PASSWORD=password123
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
FROM_EMAIL="Test <test@pi-ku.app>"
EMAIL_API_PORT=8026
+2 -2
View File
@@ -24,8 +24,8 @@ R2_PUBLIC_URL=
# EMAIL
EMAIL_HOST=127.0.0.1
EMAIL_PORT=1025
EMAIL_HOST_USER=test
EMAIL_HOST_PASSWORD=password123
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
FROM_EMAIL="Pi Ku <no-reply@test.com>"
# FRONTEND