diff options
| author | 2015-06-03 22:07:25 +0200 | |
|---|---|---|
| committer | 2015-06-03 22:07:25 +0200 | |
| commit | 568ab2313d5a922e06d7f0c33b3e39dd152d43db (patch) | |
| tree | a7bb0fabf61b4634f931355078929248c285fadc /data | |
| parent | 1d7e5a13ef3aaf9e37e36175f9bfeb9b25c77e35 (diff) | |
PDO options for e.g. SSL
https://github.com/FreshRSS/FreshRSS/issues/868
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 80d331df7..7c179c8a0 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -99,6 +99,9 @@ return array( # MySQL table prefix. 'prefix' => '', + 'pdo_options' => array( + ), + ), # List of enabled FreshRSS extensions. |
