aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/juick.conf.example
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-01-17 00:18:33 +0300
committerGravatar Vitaly Takmazov2016-01-17 00:18:33 +0300
commitd8f9f16d16f4e2f7133de464ba8d3f6cc704bd00 (patch)
tree3583ee665032f722a06d8d65a131b74447d9af94 /src/main/webapp/WEB-INF/juick.conf.example
parent261d89f398bde4aeb6d84c2ae789a90732793272 (diff)
almost working messages api
Diffstat (limited to 'src/main/webapp/WEB-INF/juick.conf.example')
-rw-r--r--src/main/webapp/WEB-INF/juick.conf.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/juick.conf.example b/src/main/webapp/WEB-INF/juick.conf.example
new file mode 100644
index 00000000..61ebbc29
--- /dev/null
+++ b/src/main/webapp/WEB-INF/juick.conf.example
@@ -0,0 +1,6 @@
+datasource_driver=org.h2.Driver
+datasource_url=jdbc:h2:~/test
+xmpp_host=localhost
+xmpp_port=5347
+xmpp_jid=api.localhost
+xmpp_password=secret \ No newline at end of file