summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-06-25 22:01:34 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-06-25 22:01:34 -0600
commitd50bf206dea24e223ca57f92ec28daf2b6bbad37 (patch)
tree97bc58760420e40160739dc0576d58456b298bca /config.js
parent1811f8836d5b5eaac3521383dec2176d18d9affa (diff)
downloadserverstat-d50bf206dea24e223ca57f92ec28daf2b6bbad37.tar.gz
serverstat-d50bf206dea24e223ca57f92ec28daf2b6bbad37.tar.bz2
serverstat-d50bf206dea24e223ca57f92ec28daf2b6bbad37.zip
switched to ExpressJSHEADmaster
Diffstat (limited to 'config.js')
-rw-r--r--config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100644
index 0000000..bb2699e
--- /dev/null
+++ b/config.js
@@ -0,0 +1,2 @@
+module.exports.services = {"ssh": 22, "minecraft": 25565};
+module.exports.description = "This is my desc";