mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-08 04:43:47 +02:00
feat: dockerfile web
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
// Database constants.
|
||||
define('DB_USER', 'sidps');
|
||||
define('DB_PASSWORD', 'sidps');
|
||||
define('DB_PASSWORD', 'SUPERPASSWORD');
|
||||
define('DB_NAME', 'sidps');
|
||||
define('DB_SERVER', 'localhost');
|
||||
define('DB_SERVER', '172.20.3.10');
|
||||
?>
|
||||
|
Reference in New Issue
Block a user