首页 > 其他 > 详细

cook 配置

时间:2015-08-21 19:10:27      阅读:364      评论:0      收藏:0      [点我收藏+]

prod

################### DataSource Configuration ##########################
jdbc.jndi=java:comp/env/jdbc/mysql
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/cook?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.username=root
jdbc.password=Spiderman123

init-db=false
jdbc.preference=JNDI

################### Hibernate Configuration ##########################
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show_sql=true
hibernate.hbm2ddl.auto=update

################### JavaMail Configuration ##########################
smtp.host=smtp.163.com
smtp.port=465
smtp.protocol=smtps
smtp.username=
smtp.password=
support.email=

################### Solr Configuration ##########################
solr.url=

################### Cache Configuration ##########################
redis.url=localhost
redis.port=6379
redis.maxtotal=200
redis.maxidle=20
redis.maxwaitmillis=100000

################### File Configuration ##########################
root.path=/mnt/nginx/

################### SMS Configuration ##########################
sms.url=http://dx.10659com.com:83/ApiService.asmx/Send
#sms.url=http://10.16.96.173:82/ApiService.asmx/Send
sms.accountid=361407936
sms.password=789789
sms.code=15

################### NEWSMS Configuration ##########################
#sms.url=http://dx.10659com.com:83/ApiService.asmx/Send
newsms.url=http://sms.shsixun.com/Port/default.ashx
#newsms.url=http://10.16.96.173:83/Port/default.ashx
newsms.accountid=sdk_linshi
newsms.password=chuandao


###################Server url Configuration######################
server.url=http://linshiapp.com/
#server.url=http://124.74.235.218/

 

test:

################### DataSource Configuration ##########################
jdbc.jndi=java:comp/env/jdbc/mysql
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://113.52.181.254:3306/cook?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.username=root
jdbc.password=onstarpass

init-db=false
jdbc.preference=LOCAL

################### Hibernate Configuration ##########################
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show.sql=true
hibernate.hbm2ddl.auto=update
hibernate.generate.ddl=false

################### JavaMail Configuration ##########################
smtp.host=smtp.163.com
smtp.port=465
smtp.protocol=smtps
smtp.username=
smtp.password=
support.email=

################### Solr Configuration ##########################
solr.url=

################### Cache Configuration ##########################
redis.url=113.52.181.253
redis.port=6397
redis.maxtotal=200
redis.maxidle=20
redis.maxwaitmillis=100000

################### File Configuration ##########################
root.path=/vol02/nginx_root/

################### SMS Configuration ##########################
#sms.url=http://dx.10659com.com:83/ApiService.asmx/Send
sms.url=http://10.16.96.173:82/ApiService.asmx/Send
sms.accountid=361407936
sms.password=789789
sms.code=15

################### NEWSMS Configuration ##########################
#sms.url=http://dx.10659com.com:83/ApiService.asmx/Send
#newsms.url=http://sms.shsixun.com/Port/default.ashx
newsms.url=http://10.16.96.173:83/Port/default.ashx
newsms.accountid=sdk_linshi
newsms.password=chuandao

###################Server url Configuration######################
server.url=http://linshiapp.com/
#server.url=http://124.74.235.218/

 

cook 配置

原文:http://www.cnblogs.com/yousen/p/4748710.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!