houweiyu vor 4 Jahren
Ursprung
Commit
8f20aa77c7

+ 0 - 2
src/main/resources/application-dev.properties

@@ -27,8 +27,6 @@ spring.redis.database=0
 spring.redis.password=
 
 
-4dkankan.host.url=https://test.4dkankan.com/vrHouse.html?m=
-
 fcb.client.code=zxd9WS2twZ3J4DuhJ2r3y6qz1OZ2hMbr
 fcb.client.secret=UyUaWPJuLw1xfN9wXusgiZxJ7vu9cre9
 

+ 17 - 22
src/main/resources/application-prod.properties

@@ -1,45 +1,40 @@
 
 server.port=8285
-#server.port=8385
 
-#注册中心
-spring.cloud.nacos.discovery.server-addr=10.71.5.163:80
+#nacos 注册中心
+spring.cloud.nacos.discovery.server-addr=10.71.9.205:80
 
-spring.datasource.url=jdbc:mysql://10.71.184.146:3306/db_4dkankan?serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
-spring.datasource.username=user_4dkankan_rw
-spring.datasource.password=y2b9a42wRwGNKkJjCm1o
+spring.datasource.url=jdbc:mysql://10.71.188.241:3306/project_manager?serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
+spring.datasource.username=user_project_manager_rw
+spring.datasource.password=RfeDpu479Nc2nZv4sThM
 spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
 
-swagger.page.title=房车宝管理后台楼盘管理相关接口
-swagger.page.version=1.0
-swagger.page.desc=设计到房源api、楼盘项目管理、审核流程业务逻辑的接口
-swagger.page.packagePath=fcb.project.manager
-
 
 spring.redis.cluster.max-redirects=3
-spring.redis.cluster.nodes=10.71.184.237:7000,10.71.184.181:7000,10.71.184.217:7000
+spring.redis.cluster.nodes=10.71.188.181:7000,10.71.188.108:7000,10.71.188.113:7000,10.71.188.206:7000,10.71.188.238:7000,10.71.188.148:7000
 spring.redis.timeout=5000ms
 spring.redis.jedis.pool.max-active=8
 spring.redis.jedis.pool.max-idle=8
 spring.redis.jedis.pool.max-wait=-1
 spring.redis.jedis.pool.min-idle=0
 spring.redis.database=0
-spring.redis.password=QBzhHTxfcYLTs0n5J5VQ
-
+spring.redis.password=m8P6JugfYevMBi8bUnlu
 
-4dkankan.host.url=https://4dkankan.com/vrHouse.html?m=
 
 fcb.client.code=zxd9WS2twZ3J4DuhJ2r3y6qz1OZ2hMbr
 fcb.client.secret=UyUaWPJuLw1xfN9wXusgiZxJ7vu9cre9
 
-oss.point=oss-cn-shenzhen-internal.aliyuncs.com
-oss.key=LTAI4FyDDFpGGjTJZEQH4yaK
-oss.secrey=mqVRTWbWcn4sNMoWmnRq6eToWr9BIy
-oss.bucket=fcb-vrkanfang-uat
+oss.point=fcb-vrkanfang.prd.oss-cn-shenzhen-internal.aliyuncs.com
+oss.key=LTAI4G132z2c589AN39YTvub
+oss.secrey=TokcDacRasG8hqbl6ynfaiNTZ97XhO
+oss.bucket=fcb-vrkanfang-prd
+oss.query.url=https://vr-oss01.fcb.com.cn/
 
 share.logo.oss.path=domain/fcb/
-oss.query.url=https://vr-web02-uat.fcb.com.cn/
 image.local.path=/image/
-inner.vr.scene.host=https://vr-mc01-uat.fcb.com.cn/
-outer.vr.scene.host=https://vr-web01-uat.fcb.com.cn/
 vr.scene.link=hengda.html?m=
+
+#管理后台内网域名
+inner.vr.scene.host=https://vr-mc01.fcb.com.cn/
+#管理后台外网域名
+outer.vr.scene.host=https://vr-web01.fcb.com.cn/

+ 0 - 1
src/main/resources/application-test.properties

@@ -28,7 +28,6 @@ spring.redis.jedis.pool.min-idle=0
 spring.redis.database=0
 spring.redis.password=
 
-4dkankan.host.url=https://test.4dkankan.com/vrHouse.html?m=
 
 fcb.client.code=zxd9WS2twZ3J4DuhJ2r3y6qz1OZ2hMbr
 fcb.client.secret=UyUaWPJuLw1xfN9wXusgiZxJ7vu9cre9

+ 38 - 0
src/main/resources/application-uat.properties

@@ -0,0 +1,38 @@
+
+server.port=8285
+#server.port=8385
+
+#注册中心
+spring.cloud.nacos.discovery.server-addr=10.71.5.163:80
+
+spring.datasource.url=jdbc:mysql://10.71.184.146:3306/db_4dkankan?serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
+spring.datasource.username=user_4dkankan_rw
+spring.datasource.password=y2b9a42wRwGNKkJjCm1o
+spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
+
+
+spring.redis.cluster.max-redirects=3
+spring.redis.cluster.nodes=10.71.184.237:7000,10.71.184.181:7000,10.71.184.217:7000
+spring.redis.timeout=5000ms
+spring.redis.jedis.pool.max-active=8
+spring.redis.jedis.pool.max-idle=8
+spring.redis.jedis.pool.max-wait=-1
+spring.redis.jedis.pool.min-idle=0
+spring.redis.database=0
+spring.redis.password=QBzhHTxfcYLTs0n5J5VQ
+
+
+fcb.client.code=zxd9WS2twZ3J4DuhJ2r3y6qz1OZ2hMbr
+fcb.client.secret=UyUaWPJuLw1xfN9wXusgiZxJ7vu9cre9
+
+oss.point=oss-cn-shenzhen-internal.aliyuncs.com
+oss.key=LTAI4FyDDFpGGjTJZEQH4yaK
+oss.secrey=mqVRTWbWcn4sNMoWmnRq6eToWr9BIy
+oss.bucket=fcb-vrkanfang-uat
+
+share.logo.oss.path=domain/fcb/
+oss.query.url=https://vr-web02-uat.fcb.com.cn/
+image.local.path=/image/
+inner.vr.scene.host=https://vr-mc01-uat.fcb.com.cn/
+outer.vr.scene.host=https://vr-web01-uat.fcb.com.cn/
+vr.scene.link=hengda.html?m=

+ 4 - 2
src/main/resources/application.properties

@@ -1,8 +1,10 @@
 
 
-#spring.profiles.active=prod
+spring.profiles.active=prod
 #spring.profiles.active=dev
-spring.profiles.active=test
+#spring.profiles.active=uat
+#sit环境,这里使用了test因为sdk的swagger使用的是test,所以这里使用sit
+#spring.profiles.active=test
 
 #应用名
 spring.application.name=fbc-project-manager