Commit 318adf1f authored by howard Lee's avatar howard Lee

123

parents
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>sinragit</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
server.port=80
#for eureka env , set context-path / temp
#server.servlet.context-path=/demo
#server.servletPath=/demo
server.servlet.context-path=/
server.servletPath=/
#management.contextPath=/admin
spring.devtools.remote.secret=mysecret
##
#management.endpoints.web.exposure.include=*
#management.security.enabled=false
#
leedarson.test.name=attackOnTitan14
custom.word=testword\u6539\u53D8
#
spring.sleuth.sampler.probability=1
#spring.zipkin.sender.type=rabbit
spring.zipkin.base-url=http://192.168.8.31:9411/
spring.rabbitmq.host=192.168.8.31
spring.rabbitmq.port=5672
spring.rabbitmq.username=howard
spring.rabbitmq.password=123
#this setting will override logback-spring base log level
#logging.level.com.leedarson=DEBUG
#
#config
#spring.cloud.config.fail-fast=true
#config
eureka.client.healthcheck.enabled=true
#eureka.instance.statusPageUrlPath=${management.context-path}/info
#eureka.instance.healthCheckUrlPath=${management.context-path}/health
#In production, it is probably better to stick with the default, because of internal computations in the server that make assumptions about the lease renewal period.
#eureka.instance.leaseRenewalIntervalInSeconds=10
#cas.server-url-prefix=http://cas.leedarson.com:8080/cas
#cas.server-login-url=http://cas.leedarson.com:8080/cas/login
##request wrapper , so you can use getRemoteUser to get userid
#cas.request-wrapper-url-patterns=/*
##cas.proxy-callback-url=http://192.168.8.31:1115/mobile3/p/cas/f
##cas.client-host-url=http://localhost
##cas.client-host-url=http://lapp.leedarson.com:8083/
##cas.client-host-url=http://192.168.8.31:1115/
##cas.client-host-url=http://192.168.8.31:1115/
#cas.client-host-url=http://172.16.168.25:1115/
#cas.validation-type=CAS
##cas.authentication-url-patterns=/p/cas/*
##cas.validation-url-patterns=/p/cas/*
#cas.authentication-url-patterns=/cas/*
#cas.validation-url-patterns=/cas/*
#remember clean cookies
casLogoutUrl=http://cas.leedarson.com:8080/cas/logout?service=https://www.baidu.com
#development
#for sb-3\u3002x
#spring.data.mongodb.uri=mongodb://172.16.26.204:27017
spring.data.mongodb.host=172.16.26.204
spring.data.mongodb.port=27017
spring.data.mongodb.database=test
redishost=192.168.0.131
redisport=6379
#common datasource setting
#spring.datasource.min-idle=1
#spring.datasource.max-active=50
#database
mybatis.mapper-locations=classpath:mapper/*Mapper.xml
##
#mysql
##
#spring.datasource.url=jdbc:mysql://192.168.8.18:3306/ldsstatis?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC
#spring.datasource.username=root
#spring.datasource.password=mysql@168
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#
#spring.datasource.url=jdbc:mysql://192.168.6.70:3306/ldsstatis?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC
#spring.datasource.username=root
#spring.datasource.password=tsrvcrm@184
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
##
#oracle
##
spring.datasource.url=jdbc:oracle:thin:@172.16.26.203:1521:db5
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
spring.datasource.username=usr_oa
spring.datasource.password=oatest
spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
spring.datasource.hikari.minimum-idle=1
spring.datasource.hikari.maximum-pool-size=50
#
#spring.datasource.username=usr_oa
#spring.datasource.password=oatest
#spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
#spring.datasource.url=jdbc:oracle:thin:@172.16.26.203:1521:db5
##
#sqlserver
##
#spring.datasource.username=rdo_kq
#spring.datasource.password=rdokq
#spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
#spring.datasource.url=jdbc:sqlserver://192.168.0.24:1433;DatabaseName=AIO20110418163744
#
#
#mcloud configuration
mcloud.eid=101
mcloud.appid=10162
mcloud.appsecret=123
mcloud.appName=\u6D4B\u8BD5DEMO\u9879\u76EE
mcloud.pubaccId=XT-77951e80-329a-4790-ad38-f31bda4076fb
mcloud.pubaccKey=dff35a838899872d09b2242969d5f706
mcloud.mserver=http://wechat.leedarson.com
mcloud.CONSUMERKEY=lRudaAEghEJGEHkw
mcloud.CONSUMERSECRET=0QNOWUHsWcI9i8UyqBFKUarayqBDUsVnxJrumYHEUl
mcloud.ACCOUNT=gaowh
mcloud.PASSWORD=123456
mcloud.WEIBOSERVER=http://testwb.leedarson.com
#
#license
license.projectname=\u7ACB\u8FBE\u4FE1DEMO
license.description=\u7ACB\u8FBE\u4FE1\u4FE1\u606F\u7BA1\u7406\u4E2D\u5FC3\u79FB\u52A8\u5F00\u53D1\u8BFE\u63D0\u4F9B
license.version=0.1
license.termsOfServiceUrl=http://www.leedarson.com
license.license=\u516C\u53F8\u5185\u90E8\u4F7F\u7528
license.licenseUrl=http://www.leedarson.com
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment