aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorLaMont, William (wl2432) <wl2432@att.com>2019-04-09 16:12:27 -0400
committerJames Forsyth <jf2512@att.com>2019-04-10 14:45:20 +0000
commit6d241004a7f7d2f2eafb434be9398d9fa4cb4a52 (patch)
treeccd251a83721b0d561e44f8fc905c8732a9bd11e /src/main/resources
parent16035c14ffc43f1a08c6d8578fa30dd1176b21f9 (diff)
add v16 to local config for graphadmin
Issue-ID: AAI-2323 Change-Id: Ia2c01dc7b72e54194821a1c2e92b2eb0d497ead7 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/etc/appprops/aaiconfig.properties1
-rw-r--r--src/main/resources/retired.properties2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/etc/appprops/aaiconfig.properties b/src/main/resources/etc/appprops/aaiconfig.properties
index c15c6f5..41ed4fb 100644
--- a/src/main/resources/etc/appprops/aaiconfig.properties
+++ b/src/main/resources/etc/appprops/aaiconfig.properties
@@ -118,6 +118,7 @@ aai.datagrooming.enabledupecheckoff=false
aai.datagrooming.enableghost2checkoff=false
aai.datagrooming.enableghost2fixon=false
aai.datagrooming.enablef=false
+aai.datagrooming.enableskipindexupdatefix=true
# used by the dataGrooming to set values
aai.datagrooming.timewindowminutesvalue=10500
diff --git a/src/main/resources/retired.properties b/src/main/resources/retired.properties
index 940a358..6e39447 100644
--- a/src/main/resources/retired.properties
+++ b/src/main/resources/retired.properties
@@ -1,6 +1,6 @@
# Retired patterns specifying that a version is retired
retired.api.pattern.list=\
- ^/aai/v[2-6]+/.*$
+ ^/aai/v[2-7]+/.*$
# Retired patterns specifying that all versions of the api are retired
retired.api.all.versions= \ No newline at end of file