mirror of
https://github.com/YunoHost-Apps/itflow_ynh.git
synced 2024-09-03 19:26:24 +02:00
Update config.php
This commit is contained in:
parent
beb8793575
commit
83714c9767
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $database = '__DB_NAME__';
|
||||||
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed');
|
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed');
|
||||||
$config_app_name = 'ITFlow';
|
$config_app_name = 'ITFlow';
|
||||||
$config_base_url = '__DOMAIN____PATH__';
|
$config_base_url = '__DOMAIN____PATH__';
|
||||||
$config_https_only = TRUE;
|
$config_https_only = false;
|
||||||
$repo_branch = 'master';
|
$repo_branch = 'master';
|
||||||
$installation_id = 'BmBuGzc3WzV33egS36g0K3miyQGWOfKP';
|
$installation_id = 'BmBuGzc3WzV33egS36g0K3miyQGWOfKP';
|
||||||
$config_enable_setup = 0;
|
$config_enable_setup = 0;
|
||||||
|
|
Loading…
Reference in a new issue