|
@@ -1,6 +1,6 @@
|
|
|
spring:
|
|
|
profiles:
|
|
|
- active: dev-private
|
|
|
+ active: dev
|
|
|
cache:
|
|
|
guava:
|
|
|
spec: expireAfterWrite=30s
|
|
@@ -104,9 +104,9 @@ baseUrl:
|
|
|
crowdIndex: http://localhost:8000/edit?primaryColor=%231890ff&fixSiderbar=true&colorWeak=false&title=%E4%BC%97%E6%B5%8B%E6%9C%8D%E5%8A%A1%E7%B3%BB%E7%BB%9F&pwa=false&token=
|
|
|
|
|
|
---
|
|
|
-# 开发-私有版
|
|
|
+# 开发版本
|
|
|
spring:
|
|
|
- profiles: dev-private
|
|
|
+ profiles: dev
|
|
|
datasource:
|
|
|
url: jdbc:mysql://101.37.175.111:3306/crowd-test-service-private?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
username: mooctest
|
|
@@ -196,120 +196,4 @@ private:
|
|
|
id: 4
|
|
|
|
|
|
website:
|
|
|
- domain: 127.0.0.1
|
|
|
-
|
|
|
----
|
|
|
-#开发线上版本
|
|
|
-spring:
|
|
|
- profiles: dev-online
|
|
|
- datasource:
|
|
|
- url: jdbc:mysql://101.37.175.111:3306/crowd-test-service-online?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
- username: mooctest
|
|
|
- password: secr3t!
|
|
|
- redis:
|
|
|
- host: 59.42.10.53
|
|
|
- port: 6379
|
|
|
- password: '#2019@callforttest@!'
|
|
|
- jedis:
|
|
|
- pool:
|
|
|
- max-active: 8
|
|
|
- max-idle: 8
|
|
|
- max-wait: -1
|
|
|
- min-idle: 0
|
|
|
- database: 6
|
|
|
-user:
|
|
|
- service:
|
|
|
- baseUrl: http://59.42.10.53:8081
|
|
|
-
|
|
|
-#file:
|
|
|
-# save:
|
|
|
-# path: /var/www/
|
|
|
-
|
|
|
-file:
|
|
|
- save:
|
|
|
- path: /Users/guochao/Desktop/project/data/cofortest/
|
|
|
-
|
|
|
-#feature:
|
|
|
-# client:
|
|
|
-# oss: true
|
|
|
-feature:
|
|
|
- client:
|
|
|
- oss: false
|
|
|
-
|
|
|
-website:
|
|
|
- domain: mooctest.net
|
|
|
-
|
|
|
----
|
|
|
-#开发线上版本
|
|
|
-spring:
|
|
|
- profiles: dev-online
|
|
|
- datasource:
|
|
|
- url: jdbc:mysql://101.37.175.111:3306/crowd-test-service-online?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
- username: mooctest
|
|
|
- password: secr3t!
|
|
|
- redis:
|
|
|
- host: 59.42.10.53
|
|
|
- port: 6379
|
|
|
- password: '#2019@callforttest@!'
|
|
|
- jedis:
|
|
|
- pool:
|
|
|
- max-active: 8
|
|
|
- max-idle: 8
|
|
|
- max-wait: -1
|
|
|
- min-idle: 0
|
|
|
- database: 6
|
|
|
-user:
|
|
|
- service:
|
|
|
- baseUrl: http://59.42.10.53:8081
|
|
|
-
|
|
|
-#file:
|
|
|
-# save:
|
|
|
-# path: /var/www/
|
|
|
-
|
|
|
-file:
|
|
|
- save:
|
|
|
- path: /Users/guochao/Desktop/project/data/cofortest/
|
|
|
-
|
|
|
-#feature:
|
|
|
-# client:
|
|
|
-# oss: true
|
|
|
-feature:
|
|
|
- client:
|
|
|
- oss: false
|
|
|
-
|
|
|
-website:
|
|
|
- domain: mooctest.net
|
|
|
-
|
|
|
----
|
|
|
-#线上群智版本
|
|
|
-spring:
|
|
|
- profiles: online
|
|
|
- datasource:
|
|
|
- url: jdbc:mysql://8.134.32.27:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
- username: root
|
|
|
- password: callfortest_crowd
|
|
|
- redis:
|
|
|
- host: 8.134.32.27
|
|
|
- port: 6379
|
|
|
- password: '#2019@callforttest@!'
|
|
|
- jedis:
|
|
|
- pool:
|
|
|
- max-active: 8
|
|
|
- max-idle: 8
|
|
|
- max-wait: -1
|
|
|
- min-idle: 0
|
|
|
- database: 0
|
|
|
-
|
|
|
-feature:
|
|
|
- client:
|
|
|
- oss: true
|
|
|
-
|
|
|
-file:
|
|
|
- save:
|
|
|
- path: /var/www/
|
|
|
-user:
|
|
|
- service:
|
|
|
- # baseUrl: http://59.42.10.53
|
|
|
- baseUrl: http://user.cofortest.com:8081
|
|
|
-website:
|
|
|
- domain: cofortest.com
|
|
|
+ domain: 127.0.0.1
|