|
dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
|
Go to the source code of this file.
Variables | |
| $config ['dbxInstall-1'] =(string) (getenv('DBX_INSTALL_ID') ?: '') | |
| $config ['host'] =(string) (getenv('DBX_INSTALL_DB_HOST') ?: '') | |
| $config ['name'] =(string) (getenv('DBX_INSTALL_DB_NAME') ?: '') | |
| $config ['user'] =(string) (getenv('DBX_INSTALL_DB_USER') ?: '') | |
| $config ['password'] =(string) (getenv('DBX_INSTALL_DB_PASSWORD') ?: '') | |
| $config ['port'] ='' | |
| $config ['design'] ='dbxapp' | |
| $config ['stepper'] ='3' | |
| $config ['secure'] =(string) (getenv('DBX_INSTALL_SECURE') ?: '') | |
| $config ['ok'] ='1' | |
| $config[ 'dbxInstall-1'] =(string) (getenv('DBX_INSTALL_ID') ?: '') |
Definition at line 2 of file config.php.
| $config[ 'design'] ='dbxapp' |
Definition at line 8 of file config.php.
| $config[ 'host'] =(string) (getenv('DBX_INSTALL_DB_HOST') ?: '') |
Definition at line 3 of file config.php.
| $config[ 'name'] =(string) (getenv('DBX_INSTALL_DB_NAME') ?: '') |
Definition at line 4 of file config.php.
| $config[ 'ok'] ='1' |
Definition at line 11 of file config.php.
| $config[ 'password'] =(string) (getenv('DBX_INSTALL_DB_PASSWORD') ?: '') |
Definition at line 6 of file config.php.
| $config[ 'port'] ='' |
Definition at line 7 of file config.php.
| $config[ 'secure'] =(string) (getenv('DBX_INSTALL_SECURE') ?: '') |
Definition at line 10 of file config.php.
| $config[ 'stepper'] ='3' |
Definition at line 9 of file config.php.
| $config[ 'user'] =(string) (getenv('DBX_INSTALL_DB_USER') ?: '') |
Definition at line 5 of file config.php.