Skip to content

Commit

Permalink
feat: Enable banners in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jan 27, 2025
1 parent 53eb762 commit e2032b4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"decentraland-builder-scripts": "^0.24.0",
"decentraland-connect": "^7.3.2",
"decentraland-crypto-fetch": "^2.0.1",
"decentraland-dapps": "^23.25.0",
"decentraland-dapps": "^23.25.1",
"decentraland-ecs": "6.12.4-7784644013.commit-f770b3e",
"decentraland-experiments": "^1.0.2",
"decentraland-transactions": "^2.16.0",
Expand Down
6 changes: 5 additions & 1 deletion src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@
"AUTH_URL": "/auth",
"MARKETPLACE_SERVER_URL": "https://marketplace-api.decentraland.org/v1",
"WERT_PUBLISH_FEES_ENV": "prod",
"PEER_TESTING_URL": "https://peer-testing.decentraland.org"
"PEER_TESTING_URL": "https://peer-testing.decentraland.org",
"CONTENTFUL_ACCESS_TOKEN": "J9rlOU4LrSDw4q1rrji_PYn7HdU-ANd5Oi9EF6ioywc",
"CONTENTFUL_ENVIRONMENT": "master",
"CONTENTFUL_SPACE_ID": "ea2ybdmmn1kv",
"CONTENTFUL_ADMIN_ENTITY_ID": "7JRrew0kMt5fkXu45Vbx7e"
}
6 changes: 5 additions & 1 deletion src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@
"AUTH_URL": "/auth",
"MARKETPLACE_SERVER_URL": "https://marketplace-api.decentraland.today/v1",
"WERT_PUBLISH_FEES_ENV": "prod",
"PEER_TESTING_URL": "https://peer-testing.decentraland.org"
"PEER_TESTING_URL": "https://peer-testing.decentraland.org",
"CONTENTFUL_ACCESS_TOKEN": "J9rlOU4LrSDw4q1rrji_PYn7HdU-ANd5Oi9EF6ioywc",
"CONTENTFUL_ENVIRONMENT": "master",
"CONTENTFUL_SPACE_ID": "ea2ybdmmn1kv",
"CONTENTFUL_ADMIN_ENTITY_ID": "7JRrew0kMt5fkXu45Vbx7e"
}

0 comments on commit e2032b4

Please sign in to comment.