]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
fix updating for pgsql
[tt-rss.git] / config.php-dist
index 9dd46e295f936e549256d980245100d1c4c9a26a..72b6fd1b87ad6a7530b2edc34bc94ae8896fe7f1 100644 (file)
@@ -8,7 +8,7 @@
        define('DB_USER', "fox");
        define('DB_NAME', "fox");
        define('DB_PASS', "XXXXXX");
-       //define('DB_PORT', '5432'); // when neeeded, PG-only
+       define('DB_PORT', ''); // usually 5432 for PostgreSQL, 3306 for MySQL
 
        define('MYSQL_CHARSET', 'UTF8');
        // Connection charset for MySQL. If you have a legacy database and/or experience
@@ -25,8 +25,8 @@
        // including PUSH, bookmarklets and browser integration will not work properly.
 
        define('FEED_CRYPT_KEY', '');
-   // Key used for encryption of login/passwords for password-protected feeds
-   // in the database. A string of 24 random characters. If left blank, encryption
+       // Key used for encryption of passwords for password-protected feeds
+       // in the database. A string of 24 random characters. If left blank, encryption
        // is not used. Requires mcrypt functions.
        // Warning: changing this key will make your stored feed passwords impossible
        // to decrypt.
        define('SMTP_LOGIN', '');
        define('SMTP_PASSWORD', '');
        // These two options enable SMTP authentication when sending
-       // outgoing mail. Only used with SMTP_HOST
+       // outgoing mail. Only used with SMTP_SERVER.
 
        // ***************************************
        // *** Other settings (less important) ***
        // authentication plugin here (auth_*).
        // Users may enable other user plugins from Preferences/Plugins but may not
        // disable plugins specified in this list.
+       // Disabling auth_internal in this list would automatically disable
+       // reset password link on the login form.
+       
+       define('LOG_DESTINATION', 'sql');
+       // Log destination to use. Possible values: sql (uses internal logging
+       // you can read in Preferences -> System), syslog - logs to system log.
+       // Setting this to blank uses PHP logging (usually to http server 
+       // error.log).
 
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php