diff options
author | Vitaly Takmazov | 2016-07-07 15:42:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-07-07 15:42:16 +0300 |
commit | 20ca1d9e0c1b7b8a4822742f120d6c576454d0d9 (patch) | |
tree | 4a906f22bf4fec0d6a1b1589b7f761f2632cbe06 /juick-api/src/main/webapp/WEB-INF/juick.conf.example | |
parent | e5c286017b59a0862f2ccc4d9f905d8a3b0008ac (diff) |
reorganize project
Diffstat (limited to 'juick-api/src/main/webapp/WEB-INF/juick.conf.example')
-rw-r--r-- | juick-api/src/main/webapp/WEB-INF/juick.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/juick-api/src/main/webapp/WEB-INF/juick.conf.example b/juick-api/src/main/webapp/WEB-INF/juick.conf.example new file mode 100644 index 00000000..61ebbc29 --- /dev/null +++ b/juick-api/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 |