记得上下班打卡 | git大法好,push需谨慎

Commit 2836cbb9 authored by 张国柄's avatar 张国柄

fix test config;

parent 15728e3e
......@@ -3,8 +3,8 @@ config-server-git: test
#这里后续添加公共参数值
liquidnet:
security:
username: user
password: user123
username: test
password: test123
jwt:
secret: qZHglvNP0n0aOOckHiQXq5JMD468J4eG
expire-ttl: 43200
......
......@@ -2,9 +2,6 @@
liquidnet:
cloudConfig:
profile: dev
security:
username: user
password: user123
eureka:
host: 127.0.0.1:7001
# end-dev-这里是配置信息基本值
......
# begin-dev-这里是配置信息基本值
# begin-prod-这里是配置信息基本值
liquidnet:
cloudConfig:
profile: prod
security:
username: user
password: user123
eureka:
host: 127.0.0.1:7001
# end-dev-这里是配置信息基本值
# end-prod-这里是配置信息基本值
spring:
profiles:
include: service-adam
\ No newline at end of file
include: service-adam
# begin-dev-这里是配置信息基本值
# begin-test-这里是配置信息基本值
liquidnet:
cloudConfig:
profile: test
security:
username: user
password: user123
eureka:
host: 172.18.0.2:7001
# end-dev-这里是配置信息基本值
host: 172.17.207.177:7001
# end-test-这里是配置信息基本值
spring:
profiles:
include: service-adam
\ No newline at end of file
include: service-adam
......@@ -2,9 +2,6 @@
liquidnet:
cloudConfig:
profile: dev
security:
username: user
password: user123
eureka:
host: 127.0.0.1:7001
# end-dev-这里是配置信息基本值
......
# begin-dev-这里是配置信息基本值
# begin-prod-这里是配置信息基本值
liquidnet:
cloudConfig:
profile: prod
security:
username: user
password: user123
eureka:
host: 127.0.0.1:7001
# end-dev-这里是配置信息基本值
# end-prod-这里是配置信息基本值
spring:
profiles:
......
# begin-dev-这里是配置信息基本值
# begin-test-这里是配置信息基本值
liquidnet:
cloudConfig:
profile: test
security:
username: user
password: user123
eureka:
host: 172.18.0.2:7001
# end-dev-这里是配置信息基本值
host: 172.17.207.177:7001
# end-test-这里是配置信息基本值
spring:
profiles:
......
......@@ -4,15 +4,11 @@ liquidnet:
port: 7002
context: /support-config
name: liquidnet-support-config
security:
username: user
password: user123
logfile:
path: ./logs
name: support-config
eureka:
host: 127.0.0.1:7001
# host: 172.17.205.50:7001
rabbitmq:
host: 127.0.0.1
port: 5672
......
# begin-dev-这里是配置信息基本值
# begin-prod-这里是配置信息基本值
liquidnet:
info:
port: 7002
context: /support-config
name: liquidnet-support-config
security:
username: user
password: user123
logfile:
path: ./logs
name: support-config
eureka:
host: 34.92.245.187:7001
host: 127.0.0.1:7001
rabbitmq:
host: 34.92.245.187
host: 127.0.0.1
port: 5672
username: lightnet
password: Lightnet12!
username: admin
password: admin
config:
location: /app/config
# end-dev-这里是配置信息基本值
location: /data/config/support-config
# end-prod-这里是配置信息基本值
spring:
profiles:
......
# begin-dev-这里是配置信息基本值
# begin-test-这里是配置信息基本值
liquidnet:
info:
port: 7002
context: /support-config
name: liquidnet-support-config
security:
username: user
password: user123
logfile:
path: ./logs
name: support-config
eureka:
host: 172.18.0.2:7001
host: 172.17.207.177:7001
rabbitmq:
host: amqps://b-4ac8a8f5-8fe2-448b-bc37-990333527213.mq.ap-southeast-1.amazonaws.com
port: 5671
username: smartnet
password: 7A8DJ48XBo4WWx6YdL
host: 127.0.0.1
port: 5672
username: admin
password: admin
config:
location: /app/config
# end-dev-这里是配置信息基本值
location: /data/config/support-config
# end-test-这里是配置信息基本值
spring:
profiles:
include: support-config
include: support-config
\ No newline at end of file
......@@ -2,12 +2,8 @@
liquidnet:
cloudConfig:
profile: dev
security:
username: user
password: user123
eureka:
host: 127.0.0.1:7001
# host: 172.17.205.50:7001
# end-dev-这里是配置信息基本值
spring:
......
# begin-dev-这里是配置信息基本值
# begin-prod-这里是配置信息基本值
liquidnet:
cloudConfig:
profile: prod
security:
username: user
password: user123
eureka:
host: 127.0.0.1:7001
# end-dev-这里是配置信息基本值
# end-prod-这里是配置信息基本值
spring:
profiles:
include: service-zuul
\ No newline at end of file
include: support-zuul
\ No newline at end of file
# begin-dev-这里是配置信息基本值
# begin-test-这里是配置信息基本值
liquidnet:
cloudConfig:
profile: test
security:
username: user
password: user123
eureka:
host: 172.18.0.2:7001
# end-dev-这里是配置信息基本值
host: 172.17.207.177:7001
# end-test-这里是配置信息基本值
spring:
profiles:
include: service-zuul
\ No newline at end of file
include: support-zuul
\ No newline at end of file
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