enviroment variables used for configuration
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 30 Aug 2010 11:52:43 +0000 (13:52 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 30 Aug 2010 11:52:43 +0000 (13:52 +0200)
env.sh.dist [new file with mode: 0644]

diff --git a/env.sh.dist b/env.sh.dist
new file mode 100644 (file)
index 0000000..44eafda
--- /dev/null
@@ -0,0 +1,13 @@
+# mqr-xmpp-client.pl
+export XMPP_JID=login@example.com
+export XMPP_PASSWD=password
+
+# mqr-irc-client.pl
+export IRC_NICK=nick
+export IRC_SERVER=irc.freenode.net
+export IRC_PORT=6667
+export IRC_ROOM='#room'
+
+# redis server
+export REDIS_HOST=127.0.0.1
+export REDIS_PORT=6379