From d9e3359a186b0022fc479df3f82aff86f72f2637 Mon Sep 17 00:00:00 2001 From: le-xuan-quynh Date: Sun, 1 May 2022 16:09:15 +0700 Subject: [PATCH] update env --- app.env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app.env.example b/app.env.example index 010e117..fe4f4e9 100644 --- a/app.env.example +++ b/app.env.example @@ -17,4 +17,8 @@ MAIL_VERIFICATION_TEMPLATE_ID= MAIL_SENDER=yourmail@example.com ISSUER=codetoanbug.auth.service -HTTP_PORT=8081 \ No newline at end of file +HTTP_PORT=8081 +MAIL_TITLE="Love Letter Verification" +CHANGE_PASSWORD_LIMIT=10 +SEND_MAIL_LIMIT=10 +LOGIN_LIMIT=10 \ No newline at end of file