aboutsummaryrefslogtreecommitdiff
path: root/juick-common/src/main/resources/juick.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'juick-common/src/main/resources/juick.conf.example')
-rw-r--r--juick-common/src/main/resources/juick.conf.example86
1 files changed, 0 insertions, 86 deletions
diff --git a/juick-common/src/main/resources/juick.conf.example b/juick-common/src/main/resources/juick.conf.example
deleted file mode 100644
index f89ca82b..00000000
--- a/juick-common/src/main/resources/juick.conf.example
+++ /dev/null
@@ -1,86 +0,0 @@
-### Main database JDBC connection settings ###
-# Main database JDBC driver
-datasource_driver=net.sf.log4jdbc.DriverSpy
-!datasource_driver=com.mysql.jdbc.Driver
-
-# Main database JDBC 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
-
-# Main database username
-datasource_user=
-
-# Main database password
-datasource_password=
-
-### Sphinx search connection
-# Sphinx search JDBC driver
-sphinx_driver=com.mysql.jdbc.Driver
-
-# Sphinx search JDBC url
-sphinx_url=jdbc:mysql://127.0.0.1:9306?autoReconnect=true&useUnicode=yes&characterEncoding=utf8&maxAllowedPacket=512000
-
-# Sphinx search JDBC username
-sphinx_user=
-
-# Sphinx search JDBC password
-sphinx_password=
-
-# The domain name for Web (default value - "juick.com")
-web_domain=juick.com
-
-# Authority remember-me key
-auth_remember_me_key=3vHcy3OUDQlkpRDm
-
-
-### Template Settings (web page templates)
-# Show sponsors block
-template.showSponsors=false
-
-# Show Sape scripts
-template.showSape=true
-
-# Show Advertisement
-template.showAdv=true
-
-
-api_user=juick
-api_password=secret
-
-ios_pkcs12_file=
-ios_pkcs12_password=secret
-
-
-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