mirror of https://github.com/fspc/ybdb.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
344 B
16 lines
344 B
<?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);
|
|
|
|
?>
|
|
|