|
@@ -24,8 +24,8 @@ file:
|
|
|
path: /var/www/
|
|
|
|
|
|
oss:
|
|
|
- accessKeyId: LTAI4FdrT3HsfdR5edBVN7ws
|
|
|
- accessKeySecret: yroxrpm46DzTyzHrLBZzS3MRNIicP6
|
|
|
+ accessKeyId: xx
|
|
|
+ accessKeySecret: xx
|
|
|
endPoint: oss-cn-hangzhou.aliyuncs.com
|
|
|
bucketName: mooctest-crowd-service
|
|
|
|
|
@@ -46,9 +46,9 @@ green:
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://106.14.81.62:3308/crowd-test-service-online?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://8.134.32.27:3306/crowd-test-service-dev?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
- password: Customs2019
|
|
|
+ password: callfortest_crowd
|
|
|
redis:
|
|
|
host: 106.14.81.62
|
|
|
port: 6378
|
|
@@ -84,7 +84,7 @@ file:
|
|
|
# oss: false
|
|
|
|
|
|
website:
|
|
|
- domain: .mooctest.net
|
|
|
+ domain: mooctest.net
|
|
|
|
|
|
---
|
|
|
# 线上版本
|