mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Added warning message in database configuration file in tests.
This commit is contained in:
parent
b3d7a7a124
commit
17b4327dfb
@ -1,5 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* WARNING: Do not use the same values as in the mibew config file!
|
||||||
|
* Tests may truncate databses they use and all data will be lost!
|
||||||
|
*
|
||||||
|
* Use at least default $tables prefix
|
||||||
|
*/
|
||||||
|
|
||||||
$db_host = "";
|
$db_host = "";
|
||||||
$db_user = "";
|
$db_user = "";
|
||||||
$db_pass = "";
|
$db_pass = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user