1
0
Fork 0
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:
Éric Gaspar 2023-10-04 19:26:01 +02:00
parent beb8793575
commit 83714c9767

View file

@ -7,7 +7,7 @@ $database = '__DB_NAME__';
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed');
$config_app_name = 'ITFlow';
$config_base_url = '__DOMAIN____PATH__';
$config_https_only = TRUE;
$config_https_only = false;
$repo_branch = 'master';
$installation_id = 'BmBuGzc3WzV33egS36g0K3miyQGWOfKP';
$config_enable_setup = 0;