mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-10 18:14:23 +02:00
ignore
This commit is contained in:
parent
a7046cc4e9
commit
f16b78c8a0
2 changed files with 7 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
||||||
/system/config.php
|
system/config.php
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vscode/
|
.vscode/
|
||||||
ui/compiled/*.php
|
ui/compiled/*.php
|
||||||
ui/cache/*.php
|
ui/cache/*.php
|
||||||
/test.php
|
test.php
|
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
$db_host = "localhost"; # Database Host
|
$db_host = "localhost"; # Database Host
|
||||||
$db_port = ""; # Database Port. Keep it blank if you are un sure.
|
$db_port = ""; # Database Port. Keep it blank if you are un sure.
|
||||||
$db_user = "root"; # Database Username
|
$db_user = "root"; # Database Username
|
||||||
$db_password = ""; # Database Password
|
$db_password = ""; # Database Password
|
||||||
$db_name = "phpmixbill"; # Database Name
|
$db_name = "phpmixbill"; # Database Name
|
||||||
define('APP_URL', 'http://localhost/phpmixbill'); # Application URL.
|
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
|
#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
|
$_app_stage = 'Live'; # Do not change this
|
Loading…
Add table
Add a link
Reference in a new issue