git_ast/test/config.php
2021-02-04 14:59:33 +01:00

9 lines
141 B
PHP

<?php
// define database connection params
$host = 'totmann';
$user = 'astUser';
$pw = "astPasswd";
$database = "ast";
?>