mirror of
https://github.com/godotengine/godot-question2answer.git
synced 2026-01-01 01:48:37 +03:00
This project lived only on the server without version control. This is now the starting point for the repository.
11 lines
252 B
PHP
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);
|