dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
dbx/cfg/config.php
Go to the documentation of this file.
1
<?php
2
$config
[
'version'
] =
'3'
;
3
$config
[
'activ'
] =
'1'
;
4
$config
[
'groups'
][0] =
'*'
;
5
$config
[
'default_lng'
] =
'de'
;
6
$config
[
'accessible_lng'
] =
'de,en,es'
;
7
$config
[
'timezone'
] =
'Europe/Berlin'
;
8
$config
[
'site_title'
] =
'dbxapp'
;
9
$config
[
'brand_name'
] =
'dbxapp'
;
10
$config
[
'brand_tagline'
] =
''
;
11
$config
[
'default_color'
] =
'blau'
;
12
$config
[
'default_design_user'
] =
'dbxapp'
;
13
$config
[
'default_design_admin'
] =
'dbxapp'
;
14
$config
[
'session_db'
] = 1;
15
$config
[
'session_db_guest'
] = 0;
16
$config
[
'permalink'
] = 1;
17
$config
[
'cache'
] = 0;
18
$config
[
'cache_content'
] = 1;
19
$config
[
'full_page_browser_ttl'
] = 60;
20
$config
[
'sys_msg_level'
] =
'warning'
;
21
$config
[
'performance_timer_level'
] =
'main'
;
22
$config
[
'performance_timer'
] = 1;
23
$config
[
'performance_timer_request'
] = 1;
24
$config
[
'performance_timer_db'
] = 1;
25
$config
[
'performance_timer_detail'
] = 0;
26
$config
[
'performance_timer_sample_rate'
] = 1;
27
$config
[
'performance_timer_keep_days'
] = 14;
28
$config
[
'performance_timer_slow_ms'
] = 3000;
29
$config
[
'intro'
] = 0;
30
$config
[
'construct'
] = 0;
31
$config
[
'install'
] = 1;
32
$config
[
'crypt_cfg'
] = 0;
33
$config
[
'secure'
] =
''
;
34
$config
[
'password_min_length'
] = 6;
35
$config
[
'default_server'
] =
'dbxApp'
;
36
$config
[
'dd_server_bindings'
] = array();
37
$config
[
'default_mail'
] =
'dbxApp'
;
38
$config
[
'mail_delivery_mode'
] =
'internal'
;
39
$config
[
'db'
][
'dbxApp'
][
'activ'
] =
'0'
;
40
$config
[
'db'
][
'dbxApp'
][
'type'
] =
'mysql'
;
41
$config
[
'db'
][
'dbxApp'
][
'host'
] =
'127.0.0.1'
;
42
$config
[
'db'
][
'dbxApp'
][
'dbname'
] =
'dbx'
;
43
$config
[
'db'
][
'dbxApp'
][
'user'
] =
'root'
;
44
$config
[
'db'
][
'dbxApp'
][
'pass'
] =
''
;
45
$config
[
'db'
][
'dbxApp'
][
'port'
] =
'3306'
;
46
$config
[
'db'
][
'dbxRoundtrip'
][
'activ'
] =
'0'
;
47
$config
[
'db'
][
'dbxRoundtrip'
][
'type'
] =
'mysql'
;
48
$config
[
'db'
][
'dbxRoundtrip'
][
'host'
] =
'127.0.0.1'
;
49
$config
[
'db'
][
'dbxRoundtrip'
][
'dbname'
] =
'dbx_roundtrip'
;
50
$config
[
'db'
][
'dbxRoundtrip'
][
'user'
] =
'root'
;
51
$config
[
'db'
][
'dbxRoundtrip'
][
'pass'
] =
''
;
52
$config
[
'db'
][
'dbxRoundtrip'
][
'port'
] =
'3306'
;
53
$config
[
'db'
][
'dbxTestCodex'
][
'activ'
] =
'0'
;
54
$config
[
'db'
][
'dbxTestCodex'
][
'type'
] =
'mysql'
;
55
$config
[
'db'
][
'dbxTestCodex'
][
'host'
] =
'127.0.0.1'
;
56
$config
[
'db'
][
'dbxTestCodex'
][
'dbname'
] =
'dbx_test_codex'
;
57
$config
[
'db'
][
'dbxTestCodex'
][
'user'
] =
'root'
;
58
$config
[
'db'
][
'dbxTestCodex'
][
'pass'
] =
''
;
59
$config
[
'db'
][
'dbxTestCodex'
][
'port'
] =
'3306'
;
60
$config
[
'ftp'
][
'web'
][
'sftp_host'
] =
''
;
61
$config
[
'ftp'
][
'web'
][
'sftp_user'
] =
''
;
62
$config
[
'ftp'
][
'web'
][
'sftp_pass'
] =
''
;
63
$config
[
'ftp'
][
'web'
][
'sftp_port'
] =
'22'
;
64
$config
[
'mail'
][
'dbxApp'
][
'transport'
] =
'mail'
;
65
$config
[
'mail'
][
'dbxApp'
][
'host'
] =
''
;
66
$config
[
'mail'
][
'dbxApp'
][
'port'
] =
'587'
;
67
$config
[
'mail'
][
'dbxApp'
][
'secure'
] =
'tls'
;
68
$config
[
'mail'
][
'dbxApp'
][
'auth'
] =
'0'
;
69
$config
[
'mail'
][
'dbxApp'
][
'user'
] =
''
;
70
$config
[
'mail'
][
'dbxApp'
][
'pass'
] =
''
;
71
$config
[
'mail'
][
'dbxApp'
][
'from_email'
] =
''
;
72
$config
[
'mail'
][
'dbxApp'
][
'from_name'
] =
'dbxApp'
;
73
$config
[
'mail'
][
'dbxApp'
][
'from_domains'
] =
''
;
74
$config
[
'mail'
][
'dbxApp'
][
'sender'
] =
''
;
75
$config
[
'mail'
][
'dbxApp'
][
'force_from'
] =
'0'
;
76
$config
[
'ok'
] = 1;
77
$config
[
'module_images'
] =
'dbx_dbxapp-dashboard-performance.png,dbx_dbxapp-cms-editor.png'
;
$config
if($resolved !==$expectedBase . 'files/test/') $config
Definition
dbxApi_paths_test.php:35
dbx
modules
dbx
cfg
config.php
Generated by
1.17.0