]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/tests/parameters.yml.dist.sqlite
Add CraueConfig for internal settings
[github/wallabag/wallabag.git] / app / config / tests / parameters.yml.dist.sqlite
1 # This file is a "template" of what your parameters.yml file should look like
2 parameters:
3 database_driver: pdo_sqlite
4 database_host: 127.0.0.1
5 database_port: ~
6 database_name: symfony
7 database_user: root
8 database_password: ~
9 database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
10 database_table_prefix: wallabag_
11
12 test_database_driver: pdo_sqlite
13 test_database_host: localhost
14 test_database_port:
15 test_database_name: ~
16 test_database_user: ~
17 test_database_password: ~
18 test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
19
20 mailer_transport: smtp
21 mailer_host: 127.0.0.1
22 mailer_user: ~
23 mailer_password: ~
24
25 locale: en
26
27 # A secret key that's used to generate certain security-related tokens
28 secret: ThisTokenIsNotSoSecretChangeIt
29
30 # two factor stuff
31 twofactor_auth: true
32 twofactor_sender: no-reply@wallabag.org