| 
				  
 If it will do any good this is my EQEmu_config.json file
 {
 "server": {
 "zones": {
 "defaultstatus": "0",
 "ports": {
 "low": "7000",
 "high": "7400"
 }
 },
 "qsdatabase": {
 "db": "peq",
 "host": "localhost",
 "port": "3306",
 "username": "eqemu",
 "password": "eqemu"
 },
 "ucs": {
 "host": "",
 "port": "7778"
 },
 "world": {
 "api": {
 "enabled": false
 },
 "address": "0.0.0.0:0000",
 "localaddress": "0.0.0.0",
 "loginserver1": {
 "port": "5998",
 "account": "Account",
 "password": "password",
 "host": "login.eqemulator.net",
 "legacy": "1"
 },
 "loginserver2": {
 "account": "Account",
 "password": "password",
 "host": "0.0.0.0",
 "port": "5998"
 },
 "loginserver3": {
 "account": "Account",
 "password": "password",
 "legacy": "0",
 "host": "login.projecteq.net",
 "port": "5998"
 },
 "tcp": {
 "ip": "0.0.0.0",
 "port": "9001"
 },
 "telnet": {
 "ip": "0.0.0.0",
 "port": "9000",
 "enabled": "true"
 },
 "key": "SomeReallyInterestingThingsHere",
 "shortname": "Tarok",
 "longname": "Tarok Setaya"
 },
 "database": {
 "db": "peq",
 "host": "127.0.0.1",
 "port": "3306",
 "username": "eqemu",
 "password": "eqemu"
 },
 "files": {
 "opcodes": "assets/opcodes/opcodes.conf",
 "mail_opcodes": "assets/opcodes/mail_opcodes.conf"
 },
 "directories": {
 "patches": "assets/patches/",
 "opcodes": "assets/opcodes/"
 }
 },
 "web-admin": {
 "version": "1.0.0",
 "application": {
 "admin": {}
 },
 "launcher": {
 "runSharedMemory": true,
 "runLoginserver": true,
 "runQueryServ": true,
 "runUcs": true,
 "isRunning": false,
 "minZoneProcesses": 30,
 "staticZones": "butcher,erudnext,freporte,qeynos,freeporte,oot,ic  eclad,nro,oasis,nedaria,abysmal,natimbi,timorous,f  iriona,overthere",
 "updateOpcodesOnStart": true,
 "deleteLogFilesOlderThanDays": 7
 },
 "quests": {
 "hotReload": true
 },
 "serverCodePath": "/home/eqemu/code/"
 },
 "spire": {
 "encryption_key": "AReallyGreatEncryptedKey",
 "http_port": 3007,
 "launcher_start": true
 }
 }
 
			
			
			
			
				  |