mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-05-10 17:31:55 +00:00
add support for custom port in database
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_PORT', '3306');
|
||||
define('DB_NAME', '');
|
||||
define('DB_USER', '');
|
||||
define('DB_PASS', '');
|
||||
|
||||
Reference in New Issue
Block a user