Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nutrapharm_producto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
nutrapharm_producto
Commits
bf3f0435
Commit
bf3f0435
authored
May 27, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion umusic - Bases
parent
05c9841f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
app/config/config.yml
app/config/config.yml
+12
-0
app/config/parameters.yml.dist
app/config/parameters.yml.dist
+4
-0
No files found.
app/config/config.yml
View file @
bf3f0435
...
@@ -65,3 +65,15 @@ swiftmailer:
...
@@ -65,3 +65,15 @@ swiftmailer:
username
:
'
%mailer_user%'
username
:
'
%mailer_user%'
password
:
'
%mailer_password%'
password
:
'
%mailer_password%'
spool
:
{
type
:
memory
}
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
:
{}
app/config/parameters.yml.dist
View file @
bf3f0435
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
# 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
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
parameters:
parameters:
database_driver: pdo_mysql
database_host: 127.0.0.1
database_host: 127.0.0.1
database_port: ~
database_port: ~
database_name: symfony
database_name: symfony
...
@@ -14,6 +15,9 @@ parameters:
...
@@ -14,6 +15,9 @@ parameters:
mailer_host: 127.0.0.1
mailer_host: 127.0.0.1
mailer_user: ~
mailer_user: ~
mailer_password: ~
mailer_password: ~
mailer_port: ~
mailer_encryption: ~
# A secret key that's used to generate certain security-related tokens
# A secret key that's used to generate certain security-related tokens
secret: ThisTokenIsNotSoSecretChangeIt
secret: ThisTokenIsNotSoSecretChangeIt
jms_serializer.camel_case_naming_strategy.class: ~
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment