gmarche/config/conf.php

6 lines
122 B
PHP
Raw Normal View History

<?php
$host = 'localhost';
2019-10-25 20:46:05 +02:00
$username = 'guser';
$password = 'kptgT81U7nzYWHBdQ9';
$database_name = 'gmarche';