Long overdue updates for the new modern YBDB!

This commit is contained in:
Jonathan Rosenbaum
2018-05-05 22:04:29 +00:00
parent 70b7877569
commit 8d3daf57d8
2 changed files with 19 additions and 1 deletions
+17
View File
@@ -13,4 +13,21 @@ define("DEFAULT_SHOP_USER", "Stand Time");
define("DEFAULT_TRANSACTION_TYPE", "Stand Time");
define("CHANGE_FUND", 50);
$etherpad = array(
"host" => "https://demopad.bikelover.org",
"userName" => "PositiveSpin",
"noColors" => true,
"height" => "100%",
"plugins" => array()
);
$etherpad_global = array(
"host" => "https://demopad.bikelover.org",
"userName" => "PositiveSpin",
"noColors" => true,
"height" => "100%",
"plugins" => array()
);
?>