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:

View File

@@ -4,7 +4,7 @@ parameters:
database_port: null
database_name: mine
database_user: root
database_password: bazmeg
database_password: ~
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null

View File

@@ -2,12 +2,9 @@
parameters:
database_host: 127.0.0.1
database_port: null
# database_name: xxsvci_mineseeker
# database_user: xxsvci_mine
# database_password: "XTw#8qC$faa*"
database_name: mine
database_user: root
database_password: "bazmeg"
database_password: 'bazmeg'
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null