diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-12 22:00:26 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-12 22:14:22 +0200 |
commit | 86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1 (patch) | |
tree | b0e35a7c53bc865bd2b437b1e8017003b1412363 /app/config/tests/parameters.yml.dist.pgsql | |
parent | 443cff98405adfa7f27b5181f4aaa29bd7d050dc (diff) | |
download | wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.gz wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.zst wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.zip |
Move test parameters out of parameters.yml
The end user doesn't care to about the test database.
Diffstat (limited to 'app/config/tests/parameters.yml.dist.pgsql')
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql deleted file mode 100644 index 36ad6cde..00000000 --- a/app/config/tests/parameters.yml.dist.pgsql +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
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_pgsql | ||
13 | test_database_host: localhost | ||
14 | test_database_port: | ||
15 | test_database_name: wallabag_test | ||
16 | test_database_user: travis | ||
17 | test_database_password: ~ | ||
18 | test_database_path: ~ | ||
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 | ||
33 | |||
34 | # fosuser stuff | ||
35 | fosuser_confirmation: true | ||
36 | |||
37 | from_email: no-reply@wallabag.org | ||