Private
Public Access
1
0

add half-finished work

This commit is contained in:
2018-05-19 19:01:08 +02:00
parent 0e86f7d4aa
commit 2f3062bf33
7 changed files with 133 additions and 113 deletions

View File

@@ -10,6 +10,8 @@ imports:
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: en
fos.email: 7system7@gmail.com
fos.name: system7
framework:
#esi: ~
@@ -87,6 +89,9 @@ fos_user:
db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
firewall_name: secured_area
user_class: Jotunheimr\UserBundle\Entity\User
from_email:
address: "%fos.email%"
sender_name: "%fos.name%"
# Facebook OAuth
hwi_oauth: