mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
14 lines
311 B
Smarty
14 lines
311 B
Smarty
|
<?php
|
||
|
return [
|
||
|
[
|
||
|
'description'=>'Xentral Test',
|
||
|
'dbname'=>'xentral_test',
|
||
|
'dbhost'=>'localhost',
|
||
|
'dbport'=>3306,
|
||
|
'dbuser'=>'Datenbankuser',
|
||
|
'dbpass'=>'Datenbankpasswort',
|
||
|
'cronjob'=>0
|
||
|
],
|
||
|
['description'=>'Xentral Production','dbname'=>'xentral_live']
|
||
|
];
|