dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
config.php File Reference

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'

Variable Documentation

◆ $config [1/10]

$config[ 'dbxInstall-1'] =(string) (getenv('DBX_INSTALL_ID') ?: '')

Definition at line 2 of file config.php.

◆ $config [2/10]

$config[ 'design'] ='dbxapp'

Definition at line 8 of file config.php.

◆ $config [3/10]

$config[ 'host'] =(string) (getenv('DBX_INSTALL_DB_HOST') ?: '')

Definition at line 3 of file config.php.

◆ $config [4/10]

$config[ 'name'] =(string) (getenv('DBX_INSTALL_DB_NAME') ?: '')

Definition at line 4 of file config.php.

◆ $config [5/10]

$config[ 'ok'] ='1'

Definition at line 11 of file config.php.

◆ $config [6/10]

$config[ 'password'] =(string) (getenv('DBX_INSTALL_DB_PASSWORD') ?: '')

Definition at line 6 of file config.php.

◆ $config [7/10]

$config[ 'port'] =''

Definition at line 7 of file config.php.

◆ $config [8/10]

$config[ 'secure'] =(string) (getenv('DBX_INSTALL_SECURE') ?: '')

Definition at line 10 of file config.php.

◆ $config [9/10]

$config[ 'stepper'] ='3'

Definition at line 9 of file config.php.

◆ $config [10/10]

$config[ 'user'] =(string) (getenv('DBX_INSTALL_DB_USER') ?: '')

Definition at line 5 of file config.php.