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_test.yml | |
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_test.yml')
-rw-r--r-- | app/config/parameters_test.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml new file mode 100644 index 00000000..696c95ef --- /dev/null +++ b/app/config/parameters_test.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | parameters: | ||
2 | test_database_driver: pdo_sqlite | ||
3 | test_database_host: 127.0.0.1 | ||
4 | test_database_port: null | ||
5 | test_database_name: null | ||
6 | test_database_user: null | ||
7 | test_database_password: null | ||
8 | test_database_path: '%kernel.root_dir%/../data/db/wallabag_testYO.sqlite' | ||