diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-06-25 22:01:34 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-06-25 22:01:34 -0600 |
commit | d50bf206dea24e223ca57f92ec28daf2b6bbad37 (patch) | |
tree | 97bc58760420e40160739dc0576d58456b298bca /config.js | |
parent | 1811f8836d5b5eaac3521383dec2176d18d9affa (diff) | |
download | serverstat-d50bf206dea24e223ca57f92ec28daf2b6bbad37.tar.gz serverstat-d50bf206dea24e223ca57f92ec28daf2b6bbad37.tar.bz2 serverstat-d50bf206dea24e223ca57f92ec28daf2b6bbad37.zip |
Diffstat (limited to 'config.js')
-rw-r--r-- | config.js | 2 |
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"; |