chg: dev: reinit project - disable redis module and make the project compatible w/ PHP7.3 #2
This commit is contained in:
@@ -10,6 +10,8 @@ imports:
|
||||
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
parameters:
|
||||
locale: en
|
||||
mailer_user: 7system7@gmail.com
|
||||
mailer_name: Lang
|
||||
|
||||
framework:
|
||||
#esi: ~
|
||||
@@ -27,11 +29,11 @@ framework:
|
||||
default_locale: "%locale%"
|
||||
trusted_hosts: ~
|
||||
trusted_proxies: ~
|
||||
session:
|
||||
session: ~
|
||||
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
||||
# handler_id: session.handler.native_file
|
||||
# save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
|
||||
handler_id: session.handler.pdo
|
||||
# handler_id: session.handler.pdo
|
||||
fragments: ~
|
||||
http_method_override: true
|
||||
assets: ~
|
||||
@@ -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: "%mailer_user%"
|
||||
sender_name: "%mailer_name%"
|
||||
|
||||
# Facebook OAuth
|
||||
hwi_oauth:
|
||||
|
||||
Reference in New Issue
Block a user