remove obsolete flag that was needed for the vue.js ui
This commit is contained in:
@@ -67,9 +67,6 @@ public class PdbController implements HardcodedValues, PropertyKeys {
|
|||||||
|
|
||||||
private final ReentrantLock plotterLock = new ReentrantLock();
|
private final ReentrantLock plotterLock = new ReentrantLock();
|
||||||
|
|
||||||
@Value("${" + PRODUCTION_MODE + ":true}")
|
|
||||||
private boolean modeProduction;
|
|
||||||
|
|
||||||
@Value("${" + DEFAULTS_QUERY_EXAMPLES + ":}")
|
@Value("${" + DEFAULTS_QUERY_EXAMPLES + ":}")
|
||||||
private String queryExamples;
|
private String queryExamples;
|
||||||
|
|
||||||
|
|||||||
@@ -12,12 +12,6 @@ public interface PropertyKeys {
|
|||||||
*/
|
*/
|
||||||
String TMP_DIR = "path.tmp";
|
String TMP_DIR = "path.tmp";
|
||||||
|
|
||||||
/**
|
|
||||||
* Indicates whether or not this instance is running in production. This
|
|
||||||
* property is used to switch Vue.js into production or development mode.
|
|
||||||
*/
|
|
||||||
String PRODUCTION_MODE = "mode.production";
|
|
||||||
|
|
||||||
String DEFAULTS_QUERY_EXAMPLES = "defaults.query.examples";
|
String DEFAULTS_QUERY_EXAMPLES = "defaults.query.examples";
|
||||||
|
|
||||||
String DEFAULTS_GROUP_BY = "defaults.groupBy";
|
String DEFAULTS_GROUP_BY = "defaults.groupBy";
|
||||||
|
|||||||
@@ -5,4 +5,3 @@ cache.images.duration.seconds=86400
|
|||||||
defaults.groupBy=pod,method,metric
|
defaults.groupBy=pod,method,metric
|
||||||
defaults.splitBy=method
|
defaults.splitBy=method
|
||||||
defaults.query.examples=pod=vapfinra01 and method=ViewService.findFieldView,ViewService.findFieldViewGroup;pod=vappilby01 and method=ReviewInContextController.index;pod=vapnyse001 and method=ReviewInContextController.index,ReviewController.index
|
defaults.query.examples=pod=vapfinra01 and method=ViewService.findFieldView,ViewService.findFieldViewGroup;pod=vappilby01 and method=ReviewInContextController.index;pod=vapnyse001 and method=ReviewInContextController.index,ReviewController.index
|
||||||
mode.production=false
|
|
||||||
Reference in New Issue
Block a user