Skip to content

Commit

Permalink
Merge pull request #14 from rollthecloudinc/1-change-environment-conf…
Browse files Browse the repository at this point in the history
…ig-for-canva-distribution

[tz-1] Update hedge URLs to use new dev environment.
  • Loading branch information
ng-druid authored Aug 8, 2024
2 parents 2c853f9 + 6dabb65 commit 1bc766d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/spear/src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ export const environment = {
site: 'spearhead-canva',
apiGatewaySettings: {
// endpointUrl: 'https://localhost:44340',
endpointUrl: "https://vertigo.druidcloud.dev/rollthecloudinc/spearhead-objects/shapeshifter"
endpointUrl: "https://sio0nkn7b0.execute-api.us-east-1.amazonaws.com/rollthecloudinc/spearhead-canva-objects/shapeshifter"
},
mediaSettings: {
endpointUrl: 'https://vertigo.druidcloud.dev/spearhead/media',
endpointUrl: 'https://sio0nkn7b0.execute-api.us-east-1.amazonaws.com/spearhead-canva/media',
cloudinaryUrl: 'https://api.cloudinary.com/v1_1/dj4vvkgzw',
uploadPreset: 'i0hm4opm',
imageUrl: 'https://vertigo.druidcloud.dev/spearhead',
imageUrl: 'https://sio0nkn7b0.execute-api.us-east-1.amazonaws.com/spearhead-canva',
bucket: 'classifieds-ui-dev',
prefix: 'media/'
},
Expand Down Expand Up @@ -50,7 +50,7 @@ export const environment = {
panelsSettings: {
openSearchDomain: 'search-classifieds-ui-dev-eldczuhq3vesgpjnr3vie6cagq',
s3Bucket: 'classifieds-ui-dev',
objectsRootUrl: 'https://rollthecloudinc.github.io/spearhead-objects'
objectsRootUrl: 'https://rollthecloudinc.github.io/spearhead-canva-objects'
},
alienaliasSettings: {
openSearchDomain: 'search-classifieds-ui-dev-eldczuhq3vesgpjnr3vie6cagq'
Expand Down

0 comments on commit 1bc766d

Please sign in to comment.