Skip to content

Commit

Permalink
Update metadata.json
Browse files Browse the repository at this point in the history
Point to official repo.
  • Loading branch information
pymonger authored Jan 22, 2025
1 parent a0dc21a commit ee7bea9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions applications/unity-ads-jupyterhub/0.1/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"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",
"jupyterhub"
],
"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"
}
}
}
Expand Down

0 comments on commit ee7bea9

Please sign in to comment.