Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lost Password Feature #715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feature: Added Env Variables for SMPT server
  • Loading branch information
irfan-ikhwa committed Feb 27, 2024
commit 0391d2a1bf23560d8ff712889ff1dd791ac91be7
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ spring:
max-in-memory-size: 20MB
webflux:
context-path: /
mail:
host: ${LOWCODER_SMTP_HOST:smtp.gmail.com}
port: ${LOWCODER_SMTP_PORT:587}
username: ${LOWCODER_SMTP_USERNAME:[email protected]}
password: ${LOWCODER_SMTP_PASSWORD:yourpass}

server:
compression:
Expand Down