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

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

fix test config;

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