28 lines
No EOL
799 B
Text
28 lines
No EOL
799 B
Text
<?php return array(
|
|
'global' => array(
|
|
'storyline' => array(
|
|
'universe' => 'legacies',
|
|
'episode' => 'default',
|
|
),
|
|
'web' => array(
|
|
'base_url' => 'http://testing.xnova-legacies.org/'
|
|
),
|
|
'date' => array(
|
|
'timezone' => 'Europe/Paris'
|
|
),
|
|
'database' => array(
|
|
'engine' => 'mysql',
|
|
'options' => array(
|
|
'hostname' => 'localhost',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
'database' => 'db_xnova'
|
|
),
|
|
'table_prefix' => 'game_',
|
|
),
|
|
'layout' => array(
|
|
'page' => 'page.php',
|
|
'empire' => 'empire.php'
|
|
)
|
|
)
|
|
); |