diff options
Diffstat (limited to 'juick-core/src/main/resources/juick.conf.example')
-rw-r--r-- | juick-core/src/main/resources/juick.conf.example | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/juick-core/src/main/resources/juick.conf.example b/juick-core/src/main/resources/juick.conf.example deleted file mode 100644 index 306a4e93..00000000 --- a/juick-core/src/main/resources/juick.conf.example +++ /dev/null @@ -1,45 +0,0 @@ -#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=
\ No newline at end of file |