move config.php and install to root

This commit is contained in:
Ibnu Maksum
2022-09-19 09:31:35 +07:00
parent ac813ca132
commit 335c5e524b
18 changed files with 365 additions and 363 deletions

9
config.sample.php Normal file
View File

@ -0,0 +1,9 @@
<?php
$db_host = "localhost"; # Database Host
$db_port = ""; # Database Port. Keep it blank if you are un sure.
$db_user = "root"; # Database Username
$db_password = ""; # Database Password
$db_name = "phpmixbill"; # Database Name
define('APP_URL', 'http://localhost/phpmixbill'); # Application URL.
#Please include http and do not use trailing slash after the url. For example use in this format- http://www.example.com Or http://www.example.com/finance
$_app_stage = 'Live'; # Do not change this