MTSM/config.php

30 lines
1.0 KiB
PHP
Executable File

<?php
///////
// MTSM - Minetest Server Manager
// (C) Chris Dorman, CC-BY-SA v3.0 (2021)
// https://github.com/Pentium44/MTSM
// Version: 1.0
///////
$mtsmtitle = "webpanel ~ panel.edgy1.net"; // MTSM Title
$desc = "Simple, ad-free, and lightweight Minetest hosting solution that's number one for YOU! " . $mtsmtitle . " is powered by MTSM."; // Description
$domain = "https://panel.edgy1.net"; // where is MTSM operating?
$version = "1.0"; // version of MTSM
$defaultip = "fi.edgy1.net"; // Default IP for user servers
$maxservers = "100"; // max server count.
$portrange = "30"; // <port range>xxx example 30, would be 30001 for port usage on the first user
// Default "admin" account password
$admin_passwd = "ChangeM3!";
// Mod upload settings
$max_modzip_size = "20971520"; // Max mod zip file size in bytes, default 20MB
$allowed_file_extension = "zip"; // Allowed archive extension type.
// File mimetype is checked by the index upload-modzip function
// IRC settings, for IRC plugin
$default_irc_server = "irc.edgy1.net";
$default_irc_port = "6667";
?>