diff options
author | Vitaly Takmazov | 2016-01-17 00:18:33 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-01-17 00:18:33 +0300 |
commit | d8f9f16d16f4e2f7133de464ba8d3f6cc704bd00 (patch) | |
tree | 3583ee665032f722a06d8d65a131b74447d9af94 /src/main/webapp/WEB-INF/juick.conf.example | |
parent | 261d89f398bde4aeb6d84c2ae789a90732793272 (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.example | 6 |
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 |