dbXapp
2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Toggle main menu visibility
Loading...
Searching...
No Matches
config.php
Go to the documentation of this file.
1
<?php
2
$config
[
'dbxInstall-1'
]=(string) (getenv(
'DBX_INSTALL_ID'
) ?:
''
);
3
$config
[
'host'
]=(string) (getenv(
'DBX_INSTALL_DB_HOST'
) ?:
''
);
4
$config
[
'name'
]=(string) (getenv(
'DBX_INSTALL_DB_NAME'
) ?:
''
);
5
$config
[
'user'
]=(string) (getenv(
'DBX_INSTALL_DB_USER'
) ?:
''
);
6
$config
[
'password'
]=(string) (getenv(
'DBX_INSTALL_DB_PASSWORD'
) ?:
''
);
7
$config
[
'port'
]=
''
;
8
$config
[
'design'
]=
'dbxapp'
;
9
$config
[
'stepper'
]=
'3'
;
10
$config
[
'secure'
]=(string) (getenv(
'DBX_INSTALL_SECURE'
) ?:
''
);
11
$config
[
'ok'
]=
'1'
;
$config
$config['version']
Definition
config.php:2
dbx
modules
dbxSetup
include
config.php
Generated by
1.17.0