Actualizacion umusic - Bases

parent 05c9841f
......@@ -65,3 +65,15 @@ swiftmailer:
username: '%mailer_user%'
password: '%mailer_password%'
spool: { type: memory }
propel:
dbal:
default_connection: conn1
connections:
conn1:
driver: %database_driver%
user: %database_user%
password: %database_password%
dsn: %database_driver%:host=%database_host%;dbname=%database_name%;charset=UTF8
options: {}
attributes: {}
......@@ -2,6 +2,7 @@
# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
parameters:
database_driver: pdo_mysql
database_host: 127.0.0.1
database_port: ~
database_name: symfony
......@@ -14,6 +15,9 @@ parameters:
mailer_host: 127.0.0.1
mailer_user: ~
mailer_password: ~
mailer_port: ~
mailer_encryption: ~
# A secret key that's used to generate certain security-related tokens
secret: ThisTokenIsNotSoSecretChangeIt
jms_serializer.camel_case_naming_strategy.class: ~
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment