aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/config/parameters.yml.dist2
-rw-r--r--app/config/tests/parameters.yml.dist.mysql2
-rw-r--r--app/config/tests/parameters.yml.dist.pgsql2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist
index 57cae9a0..79654e9e 100644
--- a/app/config/parameters.yml.dist
+++ b/app/config/parameters.yml.dist
@@ -35,7 +35,7 @@ parameters:
35 locale: en 35 locale: en
36 36
37 # A secret key that's used to generate certain security-related tokens 37 # A secret key that's used to generate certain security-related tokens
38 secret: ThisTokenIsNotSoSecretChangeIt 38 secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv
39 39
40 # two factor stuff 40 # two factor stuff
41 twofactor_auth: true 41 twofactor_auth: true
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql
index 2823a424..dceb5dea 100644
--- a/app/config/tests/parameters.yml.dist.mysql
+++ b/app/config/tests/parameters.yml.dist.mysql
@@ -12,7 +12,7 @@ parameters:
12 test_database_driver: pdo_mysql 12 test_database_driver: pdo_mysql
13 test_database_host: localhost 13 test_database_host: localhost
14 test_database_port: 3306 14 test_database_port: 3306
15 test_database_name: wallabag 15 test_database_name: wallabag_test
16 test_database_user: root 16 test_database_user: root
17 test_database_password: ~ 17 test_database_password: ~
18 test_database_path: ~ 18 test_database_path: ~
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql
index 5b55cb64..e07db610 100644
--- a/app/config/tests/parameters.yml.dist.pgsql
+++ b/app/config/tests/parameters.yml.dist.pgsql
@@ -12,7 +12,7 @@ parameters:
12 test_database_driver: pdo_pgsql 12 test_database_driver: pdo_pgsql
13 test_database_host: localhost 13 test_database_host: localhost
14 test_database_port: 14 test_database_port:
15 test_database_name: wallabag 15 test_database_name: wallabag_test
16 test_database_user: travis 16 test_database_user: travis
17 test_database_password: ~ 17 test_database_password: ~
18 test_database_path: ~ 18 test_database_path: ~