Created
June 25, 2022 08:56
-
-
Save cmdr-rohit-bang/a729f9e9b5eee0b29b8340a64a9672b8 to your computer and use it in GitHub Desktop.
# config/packages/fos_user.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# config/packages/fos_user.yaml | |
fos_user: | |
db_driver: orm # other valid values are 'mongodb' and 'couchdb' | |
firewall_name: main | |
user_class: App\Entity\User | |
from_email: | |
address: "[email protected]" | |
sender_name: "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment