Browse Source

20210302

master
zy_Java 4 years ago
parent
commit
f402dac421
  1. 3
      src/main/java/com/ccsens/opensource/wxconfigurer/web/rest/WxController.java
  2. 4
      src/main/resources/application-prod.properties

3
src/main/java/com/ccsens/opensource/wxconfigurer/web/rest/WxController.java

@ -111,7 +111,8 @@ public class WxController {
String ccshopMiniprogramPage = "pages/tabbar/mall/mall?scene=issue_665123784503701504";
String commonUrl = "https://www.ccsens.com";
String wikiUrl = "https://www.yuque.com/ccsens";
String htproUrl = "https://test.tall.wiki/ht-dev/zy";
// String htproUrl = "https://test.tall.wiki/ht-dev/zy";
String htproUrl = "https://www.tall.wiki/ht-dev/zy";
String mtproUrl = "https://www.tall.wiki/mt/";
String ygczUrl = "https://test.tall.wiki/pt-dev/zy";
String competeUrl = "http://test.tall.wiki/compete/";

4
src/main/resources/application-prod.properties

@ -3,7 +3,7 @@
spring.redis.database=0
spring.redis.host=127.0.0.1
spring.redis.port=6379
spring.redis.password=
spring.redis.password=areowqr!@43ef
spring.redis.timeout=1000ms
spring.redis.jedis.pool.max-active=200
spring.redis.jedis.pool.max-wait=-1ms
@ -20,7 +20,7 @@ spring.rabbitmq.password=111111
# MongoDB\u914D\u7F6E\u4FE1\u606F
spring.data.mongodb.uri=mongodb://wei:111111@127.0.0.1:27017/test
>>>>>>> b14da04bd45b468e9caa026461c4a75fb2030eb1
#>>>>>>> b14da04bd45b468e9caa026461c4a75fb2030eb1
# Settings
setting.snowflake.workerId=1

Loading…
Cancel
Save