Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-cloud-yunqueyilian
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.wechat
pica-cloud-yunqueyilian
提交
98254a24
提交
98254a24
编写于
9月 06, 2018
作者:
chenzhehao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
properties编码修改
上级
6fe0a1b9
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
29 行增加
和
16 行删除
+29
-16
bootstrap-dev.properties
server/src/main/resources/bootstrap-dev.properties
+4
-4
bootstrap-prod.properties
server/src/main/resources/bootstrap-prod.properties
+5
-4
bootstrap-test1.properties
server/src/main/resources/bootstrap-test1.properties
+4
-4
bootstrap-test2.properties
server/src/main/resources/bootstrap-test2.properties
+5
-4
bootstrap-uat.properties
server/src/main/resources/bootstrap-uat.properties
+11
-0
未找到文件。
server/src/main/resources/bootstrap-dev.properties
浏览文件 @
98254a24
...
@@ -24,17 +24,17 @@ spring.rabbitmq.port=5672
...
@@ -24,17 +24,17 @@ spring.rabbitmq.port=5672
spring.rabbitmq.username
=
appuser
spring.rabbitmq.username
=
appuser
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
#
微信登录信息
#
微信登录信息
AppID
=
wx1ee39338694703b0
AppID
=
wx1ee39338694703b0
AppSecret
=
69e2c741d0cf8fd7eb8877ab9f3a236b
AppSecret
=
69e2c741d0cf8fd7eb8877ab9f3a236b
#local settings
#local settings
feign.hystrix.enabled
=
true
feign.hystrix.enabled
=
true
#
开启hystrix请求超时机制
#
开启hystrix请求超时机制
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
#
请求连接的超时时间
#
请求连接的超时时间
ribbon.ConnectTimeout
=
6000
ribbon.ConnectTimeout
=
6000
#
请求处理的超时时间
#
请求处理的超时时间
ribbon.ReadTimeout
=
6000
ribbon.ReadTimeout
=
6000
management.security.enabled
=
false
management.security.enabled
=
false
...
...
server/src/main/resources/bootstrap-prod.properties
浏览文件 @
98254a24
...
@@ -24,18 +24,19 @@ spring.rabbitmq.port=5672
...
@@ -24,18 +24,19 @@ spring.rabbitmq.port=5672
spring.rabbitmq.username
=
appuser
spring.rabbitmq.username
=
appuser
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
#
微信登录信息
#
微信登录信息
AppID
=
wxcf79dbdc24cb684b
AppID
=
wxcf79dbdc24cb684b
AppSecret
=
febe33eec4d0c05d62a2393be35c35c4
AppSecret
=
febe33eec4d0c05d62a2393be35c35c4
#local settings
#local settings
feign.hystrix.enabled
=
true
feign.hystrix.enabled
=
true
#
开启hystrix请求超时机制
#
开启hystrix请求超时机制
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
#
请求连接的超时时间
#
请求连接的超时时间
ribbon.ConnectTimeout
=
6000
ribbon.ConnectTimeout
=
6000
#
请求处理的超时时间
#
请求处理的超时时间
ribbon.ReadTimeout
=
6000
ribbon.ReadTimeout
=
6000
management.security.enabled
=
true
management.security.enabled
=
true
spring.zipkin.base-url
=
http://172.19.137.19:7895
spring.zipkin.base-url
=
http://172.19.137.19:7895
...
...
server/src/main/resources/bootstrap-test1.properties
浏览文件 @
98254a24
...
@@ -24,17 +24,17 @@ spring.rabbitmq.port=5672
...
@@ -24,17 +24,17 @@ spring.rabbitmq.port=5672
spring.rabbitmq.username
=
appuser
spring.rabbitmq.username
=
appuser
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
#
微信登录信息
#
微信登录信息
AppID
=
wx1ee39338694703b0
AppID
=
wx1ee39338694703b0
AppSecret
=
69e2c741d0cf8fd7eb8877ab9f3a236b
AppSecret
=
69e2c741d0cf8fd7eb8877ab9f3a236b
#local settings
#local settings
feign.hystrix.enabled
=
true
feign.hystrix.enabled
=
true
#
开启hystrix请求超时机制
#
开启hystrix请求超时机制
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
#
请求连接的超时时间
#
请求连接的超时时间
ribbon.ConnectTimeout
=
6000
ribbon.ConnectTimeout
=
6000
#
请求处理的超时时间
#
请求处理的超时时间
ribbon.ReadTimeout
=
6000
ribbon.ReadTimeout
=
6000
management.security.enabled
=
false
management.security.enabled
=
false
...
...
server/src/main/resources/bootstrap-test2.properties
浏览文件 @
98254a24
...
@@ -24,18 +24,19 @@ spring.rabbitmq.port=5672
...
@@ -24,18 +24,19 @@ spring.rabbitmq.port=5672
spring.rabbitmq.username
=
appuser
spring.rabbitmq.username
=
appuser
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
spring.rabbitmq.password
=
AqLfvyWOvLQEUzdI
#
微信登录信息
#
微信登录信息
AppID
=
wx1ee39338694703b0
AppID
=
wx1ee39338694703b0
AppSecret
=
69e2c741d0cf8fd7eb8877ab9f3a236b
AppSecret
=
69e2c741d0cf8fd7eb8877ab9f3a236b
#local settings
#local settings
feign.hystrix.enabled
=
true
feign.hystrix.enabled
=
true
#
开启hystrix请求超时机制
#
开启hystrix请求超时机制
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
#
请求连接的超时时间
#
请求连接的超时时间
ribbon.ConnectTimeout
=
6000
ribbon.ConnectTimeout
=
6000
#
请求处理的超时时间
#
请求处理的超时时间
ribbon.ReadTimeout
=
6000
ribbon.ReadTimeout
=
6000
management.security.enabled
=
false
management.security.enabled
=
false
spring.zipkin.base-url
=
http://192.168.110.133:7895
spring.zipkin.base-url
=
http://192.168.110.133:7895
...
...
server/src/main/resources/bootstrap-uat.properties
浏览文件 @
98254a24
...
@@ -24,8 +24,19 @@ spring.rabbitmq.port=5672
...
@@ -24,8 +24,19 @@ spring.rabbitmq.port=5672
spring.rabbitmq.username
=
picacloud
spring.rabbitmq.username
=
picacloud
spring.rabbitmq.password
=
123456
spring.rabbitmq.password
=
123456
#微信登录信息
AppID
=
wx1ee39338694703b0
AppSecret
=
69e2c741d0cf8fd7eb8877ab9f3a236b
#local settings
#local settings
feign.hystrix.enabled
=
true
feign.hystrix.enabled
=
true
#开启hystrix请求超时机制
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds
=
10000
#请求连接的超时时间
ribbon.ConnectTimeout
=
6000
#请求处理的超时时间
ribbon.ReadTimeout
=
6000
management.security.enabled
=
false
management.security.enabled
=
false
spring.zipkin.base-url
=
http://192.168.110.141:7895
spring.zipkin.base-url
=
http://192.168.110.141:7895
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录