bbj.php/client/config.php

12 lines
248 B
PHP

<?php
// Location of CSS
define("CSS_LOCATION","https://tilde.team/css/hacker.css");
// 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");
?>