1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-15 04:32:15 +00:00
HyperProxmox/code/web/www/pages/dbconf.php
2018-02-11 18:45:32 +00:00

11 lines
299 B
PHP

<?php
//DATABASE CONNECTION VARIABLES
$host = "localhost"; // Host name
$username = "eyeprox"; // Mysql username
$password = "definir_ici_un_mot_de_passe"; // Mysql password
$db_name = "eyeprox"; // Database name
$tbl_prefix = "";
$tbl_nodes = $tbl_prefix."nodes";
$tbl_logs = $tbl_prefix."logs";