bbj.php/client/config.php

12 lines
248 B
PHP
Raw Permalink Normal View History

2018-07-07 06:09:31 +00:00
<?php
// Location of CSS
define("CSS_LOCATION","https://tilde.team/css/hacker.css");
2018-07-07 06:09:31 +00:00
// Host and Port of BBJ instance
define("BBJ_HOST","127.0.0.1");
define("BBJ_PORT",7099);
// Name of BBJ instance
define("BBJ_NAME","tildeverse BBJ");
2018-07-07 06:09:31 +00:00
?>