mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-20 10:56:44 +00:00
15 lines
319 B
PHP
15 lines
319 B
PHP
<?php
|
|
|
|
define("SQL_HOST", "mysql:host=localhost;dbname=mar;charset=utf8");
|
|
define("SQL_USER", "mar");
|
|
define("SQL_PASS", "mar");
|
|
|
|
define("SESSION_NAME", "marSession");
|
|
|
|
define("MAR_ADDRESS", "ws://localhost:8887");
|
|
define("MAR_TICK_LENGTH", 1000);
|
|
define("MAR_SERVER_NAME", "Official MAR server");
|
|
|
|
//Plugins
|
|
//Version
|