Skip to content

Commit

Permalink
Update urls to production
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Nov 13, 2024
1 parent c04c2c2 commit 33eb230
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Assets/Resources/PtSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ MonoBehaviour:
type: 2}
authConfig:
apiKey:
baseUrl: https://icosa-api.ixxy.co.uk
clientId:
clientSecret:
baseUrl: https://api.icosa.gallery
additionalScopes: []
serviceName:
cacheConfig:
Expand Down
2 changes: 1 addition & 1 deletion Assets/TestScenes/PolyToolkitCmd/PolyToolkitCmd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace PolyToolkitDev {
/// </summary>
public class PolyToolkitCmd : MonoBehaviour {
// These credentials are from a test project. Not the Poly Toolkit official project.
private string BASE_URL = "https://icosa-api-django.ixxy.co.uk";
private string BASE_URL = "https://api.icosa.gallery";
private string API_KEY = "AIzaSyDfWJ9E2Vgee4hHnyNB6zV3WRf5L5unfZs";
private string CLIENT_ID = "110645446910-8duhhimg4ups5k45vsri2de8ndlnni86.apps.googleusercontent.com";
private string CLIENT_SECRET = "n0ctCDTVn4xxkws9_BKgnle7";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace PolyToolkitEditor {
/// </summary>
public class AssetBrowserManager
{
private const string BASE_URL = "https://icosa-api-django.ixxy.co.uk";
private const string BASE_URL = "https://api.icosa.gallery";
private const string CLIENT_SECRET = "49385a554c3274635d6c47327d3a3c557d67793e79267852";
private const string CLIENT_ID = "3539303a373737363831393b2178617c60227d7f7b7966252a74226e296f2d29174315175" +
"15716131b1c5a4d1b034f5f40421c545b5a515b5d4c495e4e5e515134242c376a26292a";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TestRuntimeImport : MonoBehaviour {
private const string CLIENT_ID = "3539303a373737363831393b2178617c60227d7f7b7966252a74226e296f2d29174315175" +
"15716131b1c5a4d1b034f5f40421c545b5a515b5d4c495e4e5e515134242c376a26292a";
private const string API_KEY = "41487862577c4474616e3b5f4b39466e5161732a4b645d5b495752557276274673196e74496173";
private const string BASE_URL = "https://icosa-api-django.ixxy.co.uk";
private const string BASE_URL = "https://api.icosa.gallery";
private const string kAssetId = "15ARMT6StKO";
private const string kGltf2AssetId = "5eiqgJe4rMb";

Expand Down

0 comments on commit 33eb230

Please sign in to comment.