blob: 4e9051b02bd2218b8d4ebdc425ecfcd94a8522c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# This file is a "template" of what your parameters.yml file should look like
# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
# http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
parameters:
database_driver: pdo_mysql
database_host: localhost
database_port: ~
database_name: ogAdmBD3
database_user: u1consola1OG
database_password: c1consola1OG
og_1_database_driver: pdo_mysql
og_1_database_host: localhost
og_1_database_port: 3606
og_1_database_name: "ogAdmBD"
og_1_database_user: "u1consola1OG"
og_1_database_password: "c1consola1OG"
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: no-reply@opengnsys.com
mailer_password: ~
mailer_sender_name: Opengnsys
# A secret key that's used to generate certain security-related tokens
secret: ThisTokenIsNotSoSecretChangeIt
|