码迷,mamicode.com
首页 > 其他好文 > 详细

cook 配置

时间:2015-08-21 19:12:38      阅读:204      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!