From bfd5676680664bb827cfd9e11d307c63aebd1a73 Mon Sep 17 00:00:00 2001 From: kevinpricethesecond Date: Thu, 5 Sep 2024 08:50:11 -0500 Subject: [PATCH] add tacc tenant --- config-local.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-local.json b/config-local.json index 4c0901c..660e2e5 100644 --- a/config-local.json +++ b/config-local.json @@ -4,7 +4,7 @@ "service_site_id": "tacc", "service_tenant_id": "admin", "log_level": "DEBUG", - "tenants": ["dev"], + "tenants": ["dev", "tacc"], "client_id": "", "client_secret": "" }