@@ -5,9 +5,9 @@ spring:
port: 6379
rabbitmq:
port: 5672
- password: guest
- username: guest
- host: localhost
+ password: admin
+ username: admin
+ host: 101.126.146.250
virtual-host: /
datasource:
type: com.alibaba.druid.pool.DruidDataSource
@@ -21,7 +21,7 @@ spring:
application:
name: application-webadmin
profiles:
- active: test
+ active: prod
servlet:
multipart:
max-file-size: 50MB