mirror of https://github.com/itflow-org/itflow
Move db.sql back to fix develop platform
This commit is contained in:
parent
10fd911dcc
commit
5a76780cd9
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
$dbhost = 'localhost';
|
||||
$dbusername = 'itflow_dev';
|
||||
$dbpassword = 'pizzaParty23!';
|
||||
$database = 'itflow_dev';
|
||||
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed');
|
||||
$config_app_name = 'ITFlow';
|
||||
$config_base_url = 'dev.itflow.org';
|
||||
$config_https_only = TRUE;
|
||||
$repo_branch = 'develop';
|
||||
$installation_id = 'bRsidH9yPPxgcPEgw9WDvoMXz3f8S1L9';
|
||||
$config_enable_setup = 0;
|
||||
|
||||
Loading…
Reference in New Issue