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
164 B

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