phpnuxbill/config.sample.php

9 lines
535 B
PHP
Raw Normal View History

2022-09-19 10:31:35 +08:00
<?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
2022-10-16 15:48:21 +08:00
$db_name = "phpnuxbill"; # Database Name
define('APP_URL', 'http://localhost/phpnuxbill'); # Application URL.
2022-09-19 10:31:35 +08:00
#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
2017-03-11 03:51:06 +08:00
$_app_stage = 'Live'; # Do not change this