LoginLogoff
Project loginlogoff
Loading...
Searching...
No Matches
confDBPDO.php
Go to the documentation of this file.
1
<?php
2
3
/*
4
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
5
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/EmptyPHP.php to edit this template
6
*/
7
8
9
10
//define('DNS' ,'mysql:host=192.168.1.134;dbname=DBAGGDWESProyecto'); //variable para el entorno en casa
11
//define('DNS', 'mysql:host=localhost;dbname=DBAGGDWESProyectoLoginLogoff'); //variable para explotacion
12
define(
'DNS'
,
'mysql:host=10.199.11.252;dbname=DBAGGDWESProyectoLoginLogoff'
);
13
define(
'USERNAME'
,
'userAGGDWESProyectoLoginLogoff'
);
14
define(
'PASSWORD'
,
'paso'
);
15
//define('PASSWORD', 'Paso,12345678910');//la contraseƱa es la de la base de datos de plesk
16
17
?>
config
confDBPDO.php
Generated by
1.16.1