From ee7bea93969969300585d14d58a90675a03fc1fb Mon Sep 17 00:00:00 2001 From: Gerald Manipon Date: Wed, 22 Jan 2025 10:49:18 -0800 Subject: [PATCH] Update metadata.json Point to official repo. --- applications/unity-ads-jupyterhub/0.1/metadata.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/unity-ads-jupyterhub/0.1/metadata.json b/applications/unity-ads-jupyterhub/0.1/metadata.json index 03c000f..08650b5 100644 --- a/applications/unity-ads-jupyterhub/0.1/metadata.json +++ b/applications/unity-ads-jupyterhub/0.1/metadata.json @@ -5,7 +5,7 @@ "Channel": "beta", "Owner": "U-ADS Team", "Description": "A package to install and configure the Unity U-ADS Jupyterhub for your Unity Venue", - "Repository": "https://github.com/pymonger/unity-ads-deployment", + "Repository": "https://github.com/unity-sds/unity-ads-deployment", "Tags": [ "ads", "algorithm", @@ -13,17 +13,17 @@ ], "Category": "ads", "IamRoles": {}, - "Package": "https://github.com/pymonger/unity-ads-deployment", + "Package": "https://github.com/unity-sds/unity-ads-deployment", "ManagedDependencies": {}, "Backend": "terraform", "WorkDirectory": "dev_env/jupyterhub", "DefaultDeployment": { "Variables": { "Values": { - "efs_identifier": "uads-gmanipon-dev-efs-fs", - "cognito_oauth_base_url": "UPDATE ME", - "cognito_oauth_client_id": "UPDATE ME", - "cognito_oauth_client_secret": "UPDATE ME" + "efs_identifier": "uads-project-venue-efs-fs", + "cognito_oauth_base_url": "cognito_url", + "cognito_oauth_client_id": "id", + "cognito_oauth_client_secret": "secret" } } }