mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update install.forced.php
This commit is contained in:
parent
aa748935a1
commit
bc9ddc865f
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ $force_install_mainforcehttps = true;
|
||||||
$force_install_database = '__DB_NAME__';
|
$force_install_database = '__DB_NAME__';
|
||||||
|
|
||||||
/** @var string Database driver (mysql|mysqli|pgsql|mssql|sqlite|sqlite3) */
|
/** @var string Database driver (mysql|mysqli|pgsql|mssql|sqlite|sqlite3) */
|
||||||
$force_install_type = 'mysqli';
|
$force_install_type = 'mysql';
|
||||||
|
|
||||||
/** @var string Database server host */
|
/** @var string Database server host */
|
||||||
$force_install_dbserver = 'localhost';
|
$force_install_dbserver = 'localhost';
|
||||||
|
@ -46,7 +46,7 @@ $force_install_port = 3306;
|
||||||
$force_install_prefix = 'llx_';
|
$force_install_prefix = 'llx_';
|
||||||
|
|
||||||
/** @var bool Force database creation */
|
/** @var bool Force database creation */
|
||||||
$force_install_createdatabase = false;
|
$force_install_createdatabase = true;
|
||||||
|
|
||||||
/** @var string Database username */
|
/** @var string Database username */
|
||||||
$force_install_databaselogin = '__DB_USER__';
|
$force_install_databaselogin = '__DB_USER__';
|
||||||
|
|
Loading…
Reference in a new issue