diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-13 09:43:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-13 09:43:14 +0200 |
commit | f2e5fdc3666a2a6525b4202ab48df05efeebaf5c (patch) | |
tree | f559474e248a33c472fe0b260641866be5c0def3 /app/config/parameters.yml.dist | |
parent | a417b869237763ee115982d6367a82aa6174d74e (diff) | |
parent | 86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1 (diff) | |
download | wallabag-f2e5fdc3666a2a6525b4202ab48df05efeebaf5c.tar.gz wallabag-f2e5fdc3666a2a6525b4202ab48df05efeebaf5c.tar.zst wallabag-f2e5fdc3666a2a6525b4202ab48df05efeebaf5c.zip |
Merge pull request #1916 from wallabag/cleanup
Convert array + phpDoc
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 7c7413fb..d45839f4 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -19,14 +19,6 @@ parameters: | |||
19 | database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" | 19 | database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite" |
20 | database_table_prefix: wallabag_ | 20 | database_table_prefix: wallabag_ |
21 | 21 | ||
22 | test_database_driver: pdo_sqlite | ||
23 | test_database_host: 127.0.0.1 | ||
24 | test_database_port: ~ | ||
25 | test_database_name: ~ | ||
26 | test_database_user: ~ | ||
27 | test_database_password: ~ | ||
28 | test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite" | ||
29 | |||
30 | mailer_transport: smtp | 22 | mailer_transport: smtp |
31 | mailer_host: 127.0.0.1 | 23 | mailer_host: 127.0.0.1 |
32 | mailer_user: ~ | 24 | mailer_user: ~ |