22$force_install_distrib =
'custom';
25$force_install_nophpinfo =
true;
28$force_install_noedit = 2;
31$force_install_message =
'Welcome to your Dolibarr install...';
34$force_install_main_data_root =
null;
37$force_install_mainforcehttps =
true;
40$force_install_database = getenv(
'DOLI_DATABASE',
true) ?:
'dolibarr';
43$force_install_type =
'mysqli';
46$force_install_dbserver = getenv(
'DOLI_DB_SERVER',
true) ?:
'localhost';
49$force_install_port = 3306;
52$force_install_prefix =
'llx_';
55$force_install_createdatabase = getenv(
'DOLI_DB_CREATE',
true) ? true :
false;
58$force_install_databaselogin =
'root';
61$force_install_databasepass = getenv(
'DOLI_DB_PASSWORD',
true) ?:
'';
64$force_install_createuser =
false;
67$force_install_dolibarrlogin =
'admin';
70$force_install_dolibarrpassword =
'';
73$force_install_databaserootlogin =
'root';
76$force_install_databaserootpass = getenv(
'DOLI_ROOT_PASSWORD',
true) ?:
'';
79$force_install_lockinstall =
true;
82$force_install_module =
'';