diff options
author | Alexander Alexeev | 2016-11-12 01:33:30 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-12 11:14:55 +0300 |
commit | 7d86347a351aa5263c19cd03aa0bda4650c8bfca (patch) | |
tree | b2220b828b306af915bbc3dca6d442698e4523a1 /juick-core | |
parent | dd6f08b078cf7783d4ce81f15abb199285671304 (diff) |
juick.conf example corrected
Diffstat (limited to 'juick-core')
-rw-r--r-- | juick-core/src/main/resources/juick.conf.example | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/juick-core/src/main/resources/juick.conf.example b/juick-core/src/main/resources/juick.conf.example new file mode 100644 index 00000000..306a4e93 --- /dev/null +++ b/juick-core/src/main/resources/juick.conf.example @@ -0,0 +1,45 @@ +#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 |