From 912e5e9201bf60169ad39686ba5bd9d9bc6e3579 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Mon, 5 Mar 2018 13:38:34 +0100 Subject: Rework configuration Move the JSON content from the properties file to json files for all configuration defined in clds-reference.properties Issue-ID: CLAMP-136 Change-Id: Idfb21be729d7260518756e5f585371de78d18944 Signed-off-by: Determe, Sebastien (sd378r) --- src/test/resources/clds/templates/ui-location-default.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/test/resources/clds/templates/ui-location-default.json (limited to 'src/test/resources/clds/templates/ui-location-default.json') diff --git a/src/test/resources/clds/templates/ui-location-default.json b/src/test/resources/clds/templates/ui-location-default.json new file mode 100644 index 000000000..c0043d988 --- /dev/null +++ b/src/test/resources/clds/templates/ui-location-default.json @@ -0,0 +1,5 @@ +{ + "DC1": "Data Center 1", + "DC2": "Data Center 2", + "DC3": "Data Center 3" +} -- cgit 1.2.3-korg