mirror of https://github.com/fspc/ybdb.git
Browse Source
* local_configurations.php allows personalized configurations for YBDB.PHP and database_functions.php * Need to fix a bug that doesn't properly parse array configurationmaster
Jonathan Rosenbaum
7 years ago
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
<?php |
||||
|
|
||||
|
// Options for YBDB.php |
||||
|
|
||||
|
$hostname_YBDB = "localhost"; |
||||
|
$database_YBDB = "ybdb"; |
||||
|
$username_YBDB = "admin"; |
||||
|
$password_YBDB = "yblcatx"; |
||||
|
|
||||
|
// See Configurations/database_functions.php for more configuration options. |
||||
|
|
||||
|
define("DEFAULT_SHOP_USER", "Stand Time"); |
||||
|
define("DEFAULT_TRANSACTION_TYPE", "Stand Time"); |
||||
|
define("CHANGE_FUND", 50); |
||||
|
|
||||
|
?> |
Loading…
Reference in new issue