aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/main/resources/juick.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'juick-server/src/main/resources/juick.conf.example')
-rw-r--r--juick-server/src/main/resources/juick.conf.example47
1 files changed, 47 insertions, 0 deletions
diff --git a/juick-server/src/main/resources/juick.conf.example b/juick-server/src/main/resources/juick.conf.example
new file mode 100644
index 00000000..c9411456
--- /dev/null
+++ b/juick-server/src/main/resources/juick.conf.example
@@ -0,0 +1,47 @@
+#Driver
+datasource_driver=net.sf.log4jdbc.DriverSpy
+!datasource_driver=com.mysql.jdbc.Driver
+
+#Url
+!datasource_url=jdbc:mysql://localhost:3306/juick?autoReconnect=true&zeroDateTimeBehavior=convertToNull&characterEncoding=UTF8
+datasource_url=jdbc:log4jdbc:mysql://localhost:3306/juick?autoReconnect=true&zeroDateTimeBehavior=convertToNull&characterEncoding=UTF8
+
+#Username
+datasource_user=
+
+#Password
+datasource_password=
+
+twitter_consumer_key=
+twitter_consumer_secret=
+
+crosspost_jid=
+ws_jid=
+push_jid=
+
+xmpp_host=
+xmpp_port=
+xmpp_password=
+
+push_xmpp_password=
+
+wns_application_sip=
+wns_client_secret=
+gcm_key=
+
+hostname=
+componentname=
+component_name=
+component_host=
+component_port=
+s2s_port=
+xmppbot_jid=juick@juick.com/Juick
+
+keystore=
+keystore_password=
+broken_ssl_hosts=
+banned_hosts=
+
+upload_tmp_dir=
+
+xmpp_disabled=false \ No newline at end of file