From 2f11d6071b59526270e40e3fb8507a0e5092e2ad Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Fri, 18 Oct 2024 09:22:13 -0700 Subject: [PATCH] Update tenants.json Add HTAN2 to the tenants.json file so it appears in DCA --- tenants.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tenants.json b/tenants.json index 6d22b4b..96e88fb 100644 --- a/tenants.json +++ b/tenants.json @@ -49,6 +49,11 @@ "name":"DCA Demo Upsert", "synapse_asset_view":"syn51489635", "config_location":"demo_upsert/dca_config.json" + }, + { + "name":"HTAN 2", + "synapse_asset_view":"syn20446927", + "config_location":"HTAN2/dca_config.json" } ] }