diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-05-01 22:13:17 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-20 16:03:13 +0200 |
commit | 5a9bc00726ddaf7c8798d4932d0a8b7a38422670 (patch) | |
tree | 487a36da4997b305da9113985785fdf7e97c1811 /app/config | |
parent | fc6d92c63dc5629a9e005628e416e0ecf4daa6ed (diff) | |
download | wallabag-5a9bc00726ddaf7c8798d4932d0a8b7a38422670.tar.gz wallabag-5a9bc00726ddaf7c8798d4932d0a8b7a38422670.tar.zst wallabag-5a9bc00726ddaf7c8798d4932d0a8b7a38422670.zip |
Retrieve username/password from database
Inject the current user & the repo to retrieve username/password from the database
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/parameters.yml.dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 914fb1ef..b3fe11c8 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -60,6 +60,3 @@ parameters: | |||
60 | redis_port: 6379 | 60 | redis_port: 6379 |
61 | redis_path: null | 61 | redis_path: null |
62 | redis_password: null | 62 | redis_password: null |
63 | |||
64 | # sites credentials | ||
65 | sites_credentials: {} | ||