PHP Classes

File: config/mrc.json.example

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   config/mrc.json.example   Download  
File: config/mrc.json.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 865 bytes
 

Contents

Class file image Download
{ "enabled": false, "server": { "host": "mrc.bottomlessabyss.net", "port": 50000, "use_ssl": true, "ssl_port": 50001 }, "bbs": { "name": "My BBS", "platform": "BINKTERMPHP/Linux64/1.3.0", "sysop": "Sysop" }, "connection": { "auto_reconnect": true, "reconnect_delay": 30, "ping_interval": 60, "handshake_timeout": 1, "keepalive_timeout": 125 }, "rooms": { "default": "lobby", "auto_join": ["lobby"] }, "messages": { "max_length": 140, "history_limit": 1000, "prune_after_days": 30 }, "info": { "website": "https://mybbs.example.com", "telnet": "mybbs.example.com:23", "ssh": "mybbs.example.com:22", "description": "A BinktermPHP BBS" } }