diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 88418e7..f841596 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -46,8 +46,8 @@ server: port: 8082 award: - rule: 30 - amount: 100 + rule: 5000 + amount: 10 wechat: aesKey: r4cbRuIfbbnTIgJoQE33vJACJuoioZ5pRAhumITsP8O diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 5b787be..c68cc7e 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -46,8 +46,8 @@ server: port: 8082 award: - rule: 10 - amount: 100 + rule: 5000 + amount: 10 wechat: aesKey: r4cbRuIfbbnTIgJoQE33vJACJuoioZ5pRAhumITsP8O