diff --git a/README.md b/README.md index fea2c23a4..83d26b7b0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ * You can use curl or wget to kick off the installer (whichever your OS has) > curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh install.sh && chmod 755 install.sh && ./install.sh -> wget --no-check-certificate https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh -O install.sh && chmod 755 install.sh && ./install.sh +> wget --no-check-certificate https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh -O install.sh && chmod 755 install.sh && ./install.sh ## Supported Clients diff --git a/utils/defaults/eqemu_config.json b/utils/defaults/eqemu_config.json deleted file mode 100755 index 73930ab9f..000000000 --- a/utils/defaults/eqemu_config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "server": { - "world": { - "shortname": "setme", - "longname": "I Forgot To Edit My Config" - } - } -} diff --git a/utils/defaults/eqemu_config.json.full b/utils/defaults/eqemu_config.json.full deleted file mode 100755 index 49cb9a5c6..000000000 --- a/utils/defaults/eqemu_config.json.full +++ /dev/null @@ -1,54 +0,0 @@ -{ - "server": { - "zones": { - "defaultstatus": "20", - "ports": { - "low": "7000", - "high": "7100" - } - }, - "database": { - "password": "eq", - "db": "eq", - "host": "127.0.0.1", - "port": "3306", - "username": "eq" - }, - "world": { - "shortname": "setme", - "longname": "I Forgot To Edit My Config", - "loginserver": { - "password": "", - "host": "login.eqemulator.net", - "port": "5998", - "account": "" - }, - "tcp": { - "port": "9000", - "telnet": "disable", - "ip": "127.0.0.1" - }, - "key": "some long random string", - "http": { - "mimefile": "mime.types", - "port": "9080", - "enabled": "false" - } - }, - "mailserver": { - "host": "channels.eqemulator.net", - "port": "7778" - }, - "chatserver": { - "host": "channels.eqemulator.net", - "port": "7778" - }, - "qsdatabase": { - "host": "127.0.0.1", - "port": "3306", - "username": "eq", - "password": "eq", - "db": "eq" - } - } -} diff --git a/utils/defaults/eqemu_config.xml b/utils/defaults/eqemu_config.xml deleted file mode 100644 index 7357cdb60..000000000 --- a/utils/defaults/eqemu_config.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - setme - I Forgot To Edit My Config - - diff --git a/utils/defaults/eqemu_config.xml.full b/utils/defaults/eqemu_config.xml.full deleted file mode 100644 index 3195352c5..000000000 --- a/utils/defaults/eqemu_config.xml.full +++ /dev/null @@ -1,95 +0,0 @@ - - - - setme - I Forgot To Edit My Config - - - - - - - - login.eqemulator.net - 5998 - - - - - - - - - - - - - some long random string - - - - - - - - channels.eqemulator.net - 7778 - - - - - channels.eqemulator.net - 7778 - - - - 20 - - - - - - - - 127.0.0.1 - 3306 - eq - eq - eq - - - - 127.0.0.1 - 3306 - eq - eq - eq - - - - - - - - - - - - - - - - - - - - - - - - - - - - -