diff options
| author | 2015-07-20 11:50:49 +0200 | |
|---|---|---|
| committer | 2015-07-20 11:50:49 +0200 | |
| commit | 9ae33f4fd6938c9f9070f15babdb6fc6252c81c0 (patch) | |
| tree | 0c668203873b13a70a752e3ad1b30dc3632098c7 /data/config.default.php | |
| parent | 4032bf5d8501768647eac67b4692662defd50e46 (diff) | |
| parent | 75d85921b47f1d0fc92dc4d9b91618112967f081 (diff) | |
Merge pull request #911 from marienfressinaud/890-load-existing-config
Load existing default configuration
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/config.default.php b/data/config.default.php index 9a3ec87d7..6013b13b8 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -100,7 +100,7 @@ return array( 'type' => 'sqlite', # MySQL host. - 'host' => '', + 'host' => 'localhost', # MySQL user. 'user' => '', @@ -112,7 +112,7 @@ return array( 'base' => '', # MySQL table prefix. - 'prefix' => '', + 'prefix' => 'freshrss_', 'pdo_options' => array( //PDO::MYSQL_ATTR_SSL_KEY => '/path/to/client-key.pem', |
