Mercurial > hg > dml-open-vis
comparison app/config/parameters.yml.dist @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:493bcb69166c |
---|---|
1 # This file is a "template" of what your parameters.yml file should look like | |
2 parameters: | |
3 database_driver: pdo_mysql | |
4 database_host: 127.0.0.1 | |
5 database_port: ~ | |
6 database_name: symfony | |
7 database_user: root | |
8 database_password: ~ | |
9 database_server_version: ~ | |
10 | |
11 #mailer_transport: smtp | |
12 #mailer_host: 127.0.0.1 | |
13 #mailer_user: ~ | |
14 #mailer_password: ~ | |
15 | |
16 locale: en | |
17 | |
18 # A secret key that's used to generate certain security-related tokens | |
19 secret: ThisTokenIsNotSoSecretChangeIt | |
20 | |
21 debug_toolbar: true | |
22 debug_redirects: false | |
23 | |
24 anonymous: false |