g/g
1
0
mirror of https://git-old.hatthieves.es/g/g.git synced 2026-06-27 03:45:58 +00:00
Files
g/Wolf/config/testing.php
T
Gustavo Adolfo Mesa Roldán b0ff1d5d45 first commit
2019-07-06 08:20:18 +02:00

18 lines
307 B
PHP

<?php
/**
* Configure of testing
*/
$capsule->addConnection(array(
'driver' => 'mysql',
'host' => getenv('IP'),
'port' => 3306,
'database' => 'c9',
'username' => getenv('C9_USER'),
'password' => '',
'prefix' => '',
'charset' => "utf8",
'collation' => "utf8_unicode_ci"
));