update configuration file for sqlite

This commit is contained in:
d47081 2022-07-15 11:25:16 +03:00
parent d29cb8ff0a
commit 05bfd44260

View File

@ -10,8 +10,6 @@ define('STEP_BLOCK_LIMIT', 50); // Blocks per query
define('CRAWLER_DEBUG', true); // Debug output define('CRAWLER_DEBUG', true); // Debug output
// Database // Database
define('DB_HOST', '127.0.0.1'); define('DB_NAME', 'kvazar.sqlite');
define('DB_PORT', '3306');
define('DB_NAME', '');
define('DB_USERNAME', ''); define('DB_USERNAME', '');
define('DB_PASSWORD', ''); define('DB_PASSWORD', '');