1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +08:00

Initial Commit: Fix Password Regex From Env Variables (#1843)

Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
This commit is contained in:
b1ackd0t 2023-07-06 19:53:58 +03:00 committed by GitHub
parent 60e9d17a61
commit b9838fbeff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ MF_USERS_REFRESH_TOKEN_DURATION=24h
MF_USERS_ADMIN_EMAIL=admin@example.com
MF_USERS_ADMIN_PASSWORD=12345678
MF_USERS_RESET_PWD_TEMPLATE=users.tmpl
MF_USERS_PASS_REGEX=^.{8,}$$
MF_USERS_PASS_REGEX=^.{8,}$
### Email utility
MF_EMAIL_HOST=smtp.mailtrap.io