]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/parameters.yml.dist
1da778f4127fdc486315ffbf81f0dea65e3dcf81
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
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 # You should uncomment this if you want use pdo_sqlite
10 # database_path: "%kernel.root_dir%/data.db3"
11
12 mailer_transport: smtp
13 mailer_host: 127.0.0.1
14 mailer_user: ~
15 mailer_password: ~
16
17 locale: en
18
19 # A secret key that's used to generate certain security-related tokens
20 secret: ThisTokenIsNotSoSecretChangeIt