2011-06-23 01:33:30 +02:00
|
|
|
<?php
|
2011-08-14 21:40:28 +02:00
|
|
|
|
|
|
|
|
$force_install_packager='rpmgeneric';
|
2017-06-24 21:36:51 +02:00
|
|
|
$force_install_noedit=1; // 1 to block var specific to distrib, 2 to block every technical parameters
|
2011-06-23 01:33:30 +02:00
|
|
|
$force_install_message='KeepDefaultValuesDeb';
|
2011-08-03 23:45:47 +02:00
|
|
|
$force_install_main_data_root='/var/lib/dolibarr/documents';
|
2011-06-23 01:33:30 +02:00
|
|
|
$force_install_type='mysqli';
|
2011-07-31 15:28:45 +02:00
|
|
|
$force_install_dbserver='localhost';
|
2011-06-23 01:33:30 +02:00
|
|
|
$force_install_port='3306';
|
2011-07-31 15:17:03 +02:00
|
|
|
$force_install_database='dolibarrrpm';
|
2011-06-23 01:33:30 +02:00
|
|
|
$force_install_createdatabase='1';
|
2011-07-31 15:17:03 +02:00
|
|
|
$force_install_databaselogin='dolibarrrpm';
|
2011-06-23 01:33:30 +02:00
|
|
|
$force_install_databasepass='';
|
|
|
|
|
$force_install_createuser='1';
|
2011-08-07 01:10:00 +02:00
|
|
|
$force_install_databaserootlogin='__SUPERUSERLOGIN__';
|
|
|
|
|
$force_install_databaserootpass='__SUPERUSERPASSWORD__';
|
2011-06-23 01:33:30 +02:00
|
|
|
$force_install_dolibarrlogin='admin';
|
|
|
|
|
$force_install_nophpinfo='1';
|
|
|
|
|
$force_install_lockinstall='444';
|
2020-10-30 13:06:55 +01:00
|
|
|
$force_install_distrib='rpmgeneric';
|
2011-08-14 19:17:19 +02:00
|
|
|
|
2013-04-24 16:52:17 +02:00
|
|
|
// Value to overwrite path to use shared libraries/fonts instead of embedded one
|
|
|
|
|
// We don't force any external lib with generic package
|