mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-29 14:39:49 +08:00
增加testing配置
This commit is contained in:
@@ -27,6 +27,9 @@ public class PlayEduConfig {
|
||||
@Value("${spring.profiles.active}")
|
||||
private String env;
|
||||
|
||||
@Value("${playedu.core.testing}")
|
||||
private Boolean testing;
|
||||
|
||||
@Value("${playedu.limiter.duration}")
|
||||
private Long limiterDuration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user