You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ConsEco/Sources/API/config/Config.php

9 lines
202 B

<?php
//prefixe
$rep=__DIR__.'/../';
$dsn='mysql:host=10.9.0.65;dbname='.getenv("MARIADB_DATABASE");
$dbname=getenv("MARIADB_DATABASE");
$usr=getenv("MARIADB_USER");
$mdp=getenv("MARIADB_PASSWORD");
?>