diff options
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.js b/config.js new file mode 100644 index 0000000..9e0c76d --- /dev/null +++ b/config.js @@ -0,0 +1,4 @@ +exports.server_config = {
+ server_port:9000,
+ server_address:'localhost',
+};
\ No newline at end of file |
