forked from wallabag/wallabag
The structure changed completely. Bundles are gone. Everything is flatten in the folder `src`. I separated import & api controllers to avoid _pollution_ in the main controller folder.
13 lines
323 B
YAML
13 lines
323 B
YAML
fos_user:
|
|
db_driver: orm
|
|
firewall_name: secured_area
|
|
user_class: App\Entity\User
|
|
registration:
|
|
confirmation:
|
|
enabled: '%env(bool:FOSUSER_CONFIRMATION)%'
|
|
from_email:
|
|
address: '%env(FROM_EMAIL)%'
|
|
sender_name: wallabag
|
|
service:
|
|
mailer: App\Mailer\UserMailer
|