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