diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-05 13:38:34 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-05 13:38:34 +0100 |
commit | 912e5e9201bf60169ad39686ba5bd9d9bc6e3579 (patch) | |
tree | 2f11bc4045218ef5d9714e607523562d32d6ab16 /src/test/resources/clds/templates/ui-location-default.json | |
parent | 886191eea29a6a87b891d869e8b3855c95967c49 (diff) |
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) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/clds/templates/ui-location-default.json')
-rw-r--r-- | src/test/resources/clds/templates/ui-location-default.json | 5 |
1 files changed, 5 insertions, 0 deletions
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" +} |