feat: add support for logical urls
This commit is contained in:
@@ -93,6 +93,7 @@ public class AppProperties {
|
||||
private Integer bundle_batch_pool_size = 20;
|
||||
private Integer bundle_batch_pool_max_size = 100;
|
||||
private final Set<String> local_base_urls = new HashSet<>();
|
||||
private final Set<String> logical_urls = new HashSet<>();
|
||||
|
||||
private final List<String> custom_interceptor_classes = new ArrayList<>();
|
||||
|
||||
@@ -595,6 +596,10 @@ public Cors getCors() {
|
||||
return local_base_urls;
|
||||
}
|
||||
|
||||
public Set<String> getLogical_urls() {
|
||||
return logical_urls;
|
||||
}
|
||||
|
||||
public Boolean getIg_runtime_upload_enabled() {
|
||||
return ig_runtime_upload_enabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user