diff options
Diffstat (limited to 'vid-app-common/src/test/resources')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/system.properties | 2 | ||||
-rw-r--r-- | vid-app-common/src/test/resources/version.example.json | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties index 829c2cae9..33778babb 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties @@ -221,6 +221,8 @@ mso.asyncPollingIntervalSeconds=0 # Only required for applications using WebJunction or FE/BE separation. For example: # app_base_url = https://www.e-access.att.com/app_junction/app_context/ +features.set.filename=onap.features.properties + vid.asyncJob.howLongToKeepOldJobsInDays=7 # thread definition - count and timeout (in seconds) diff --git a/vid-app-common/src/test/resources/version.example.json b/vid-app-common/src/test/resources/version.example.json new file mode 100644 index 000000000..81b06f711 --- /dev/null +++ b/vid-app-common/src/test/resources/version.example.json @@ -0,0 +1 @@ +{"Version": "1.0.151"}
\ No newline at end of file |