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

13 lines
289 B

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