|
@@ -83,16 +83,16 @@ public class BlacklistContainer {
|
|
|
@ApolloJsonValue("${content.security.filter.config:{}}")
|
|
|
private Map<String, TagFilterConfig> tagFilterConfigMap;
|
|
|
|
|
|
-
|
|
|
- @Value("${aliyun.log.blacklist.filter.log.project}")
|
|
|
- private String project;
|
|
|
@Value("${aliyun.log.endpoint}")
|
|
|
private String endpoint;
|
|
|
@Value("${aliyun.log.accessKeyId}")
|
|
|
private String accessKeyId;
|
|
|
@Value("${aliyun.log.accessKeySecret}")
|
|
|
private String accessKeySecret;
|
|
|
- @Value("${aliyun.log.blacklist.filter.log.store}")
|
|
|
+
|
|
|
+ @Value("${aliyun.blacklist.filter.log.project}")
|
|
|
+ private String project;
|
|
|
+ @Value("${aliyun.blacklist.filter.log.store}")
|
|
|
private String logStore;
|
|
|
@Value("${spring.profiles.active}")
|
|
|
private String activeProfile;
|