mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-14 15:19:07 +00:00
Initial commit
This commit is contained in:
15
include/config.php
Normal file
15
include/config.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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
|
||||
//Server name
|
||||
Reference in New Issue
Block a user