Private
Public Access
1
0

chg: dev: reinit project - disable redis module and make the project compatible w/ PHP7.3 #2

This commit is contained in:
2019-10-26 16:51:04 +02:00
parent 0effd8ab8d
commit 13749186fb
14 changed files with 6155 additions and 1930 deletions

View File

@@ -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: