Files
Deploymentcenter/config/config.php
T

23 lines
556 B
PHP

<?php
// Deploymentcenter Configuration
return [
'app' => [
'name' => 'Deploymentcenter',
'version' => '1.0.0',
'url' => 'https://dc.mhdf.de',
'timezone' => 'Europe/Berlin',
],
'db' => [
'host' => 'lznk.your-database.de',
'dbname' => 'bergisnu_db0',
'username' => 'bergisnu_0',
'password' => 'r4[V?:)C~+Sh',
'charset' => 'utf8mb4',
],
'security' => [
'shared_key' => 'DC_MASTER_SECURE_TOKEN_2026_x98f',
'session_name' => 'DC_SESSION_ID',
]
];