'); // uid that is able to delete anything define('UID_SALT', ''); define('MAX_POSTS', 50); // Max posts after which old posts will be auto deleted. Only existing posts count, not manually deleted ones. // Database constants for PostgreSQL database $DB_HOST = 'localhost'; $DB_NAME = ''; $DB_USER = ''; $DB_PASSWORD = '';