aboutsummaryrefslogtreecommitdiff
path: root/client_settings.example.sh
diff options
context:
space:
mode:
authorTed Yin <ted.sybil@gmail.com>2015-04-18 14:59:43 +0800
committerTed Yin <ted.sybil@gmail.com>2015-04-18 14:59:43 +0800
commit10335b5b9f4cb092809eb45c487db28bfcdd99be (patch)
treeec41c820538e3a100033a0bae35a4cfee9132adf /client_settings.example.sh
parent7533cded3f76380e6aa671affa0dc8d96a8d9a0f (diff)
parent2a8bf2735b96e6c0d4b749c1672c3e549735de3c (diff)
Merge pull request #1 from YuMS/master
socket UNIX->TCP; add setting support; add requirements; refactor a bit
Diffstat (limited to 'client_settings.example.sh')
-rw-r--r--client_settings.example.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/client_settings.example.sh b/client_settings.example.sh
new file mode 100644
index 0000000..59bd00f
--- /dev/null
+++ b/client_settings.example.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+export SOCKET_HOST=127.0.0.1
+export SOCKET_PORT=2334