21$force_install_distrib =
'custom';
24$force_install_nophpinfo =
true;
27$force_install_noedit = 2;
30$force_install_message =
'Welcome to your Dolibarr install...';
33$force_install_main_data_root =
null;
36$force_install_mainforcehttps =
true;
39$force_install_database = getenv(
'DOLI_DATABASE',
true) ?:
'dolibarr';
42$force_install_type =
'mysqli';
45$force_install_dbserver = getenv(
'DOLI_DB_SERVER',
true) ?:
'localhost';
48$force_install_port = 3306;
51$force_install_prefix =
'llx_';
54$force_install_createdatabase = getenv(
'DOLI_DB_CREATE',
true) ? true :
false;
57$force_install_databaselogin =
'root';
60$force_install_databasepass = getenv(
'DOLI_DB_PASSWORD',
true) ?:
'';
63$force_install_createuser =
false;
66$force_install_dolibarrlogin =
'admin';
69$force_install_dolibarrpassword =
'';
72$force_install_databaserootlogin =
'root';
75$force_install_databaserootpass = getenv(
'DOLI_ROOT_PASSWORD',
true) ?:
'';
78$force_install_lockinstall =
true;
81$force_install_module =
'';