Files
godot-question2answer/qa-tests/phpunit-qa-config.php
Emi 07ec659385 Importing project into Git
This project lived only on the server without version control. This is now the starting point for the repository.
2023-05-23 20:03:24 +02:00

11 lines
252 B
PHP

<?php
// Stand-in config file for PHPUnit
define('QA_MYSQL_HOSTNAME', '');
define('QA_MYSQL_USERNAME', '');
define('QA_MYSQL_PASSWORD', '');
define('QA_MYSQL_DATABASE', '');
define('QA_MYSQL_TABLE_PREFIX', 'qa_');
define('QA_EXTERNAL_USERS', false);