Skip to content

Commit

Permalink
Added Auth flags to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nahime0 committed Apr 2, 2023
1 parent d1a895f commit d881707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ DB_DATABASE=linky
DB_USERNAME=root
DB_PASSWORD=

LINKY_AUTH_DISABLE_REGISTRATION=false
LINKY_AUTH_DISABLE_FORGOT_PASSWORD=true
LINKY_AUTH_DISABLE_EMAIL_VERIFICATION=false
LINKY_AUTH_DISABLE_USER_PROFILE=false

MAIL_MAILER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=1025
Expand Down

0 comments on commit d881707

Please sign in to comment.