From 02723131139806c761539a42a5fa80b68ecadee8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 29 Jun 2017 14:03:04 +0300 Subject: project structure: split server into jdbc + web --- juick-server/src/main/resources/juick.conf.example | 86 ---------------------- 1 file changed, 86 deletions(-) delete mode 100644 juick-server/src/main/resources/juick.conf.example (limited to 'juick-server/src/main/resources/juick.conf.example') diff --git a/juick-server/src/main/resources/juick.conf.example b/juick-server/src/main/resources/juick.conf.example deleted file mode 100644 index f89ca82b..00000000 --- a/juick-server/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 -- cgit v1.2.3