diff --git a/build/docker/wfc/modules/user/conf/default/application.yml b/build/docker/wfc/modules/user/conf/default/application.yml index 949ceee..8328f24 100644 --- a/build/docker/wfc/modules/user/conf/default/application.yml +++ b/build/docker/wfc/modules/user/conf/default/application.yml @@ -57,3 +57,11 @@ swagger: title: 系统模块接口文档 license: Powered By wfc licenseUrl: https://wfc.vip + +reminder: + trafficEnable: true + trafficThreshold: 10 + balanceEnable: true + balanceThreshold: 5 + trafficTitle: 'Traffic Reminder' + balanceTitle: 'Balance Reminder' \ No newline at end of file