From 3352e2f1c37b5dadd756aada11ef0d822b2a32ca Mon Sep 17 00:00:00 2001 From: "Sanchez, Gabriel (gs882h)" Date: Tue, 6 Mar 2018 17:46:21 +0000 Subject: Add Gizmo (crud-service) in test-config Certs, drop pre-v11 and rename cert to champ Issue-ID: AAI-836 Change-Id: I859ded7728bf206bc4cdde7ee02f93b942258b4e Signed-off-by: gabriel.sanchez --- crud-service/appconfig/crud-api.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crud-service/appconfig/crud-api.properties (limited to 'crud-service/appconfig/crud-api.properties') diff --git a/crud-service/appconfig/crud-api.properties b/crud-service/appconfig/crud-api.properties new file mode 100644 index 0000000..2653302 --- /dev/null +++ b/crud-service/appconfig/crud-api.properties @@ -0,0 +1,5 @@ +# CRUD-API configuration + +crud.async.request.timeout=60000 +crud.async.response.process.poll.interval=1000 +crud.collection.properties.key=properties \ No newline at end of file -- cgit 1.2.3-korg