Skip to content

Commit

Permalink
Add realm name to the /about endpoint. (#729)
Browse files Browse the repository at this point in the history
* Add realm name to the /about endpoint. Also set fixed skybox and minimap in false

* change name

* fix name
  • Loading branch information
gonpombo8 authored Feb 8, 2024
1 parent 58e4c6a commit 99aa6aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Project/Project.router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,13 @@ export class ProjectRouter extends Router {
scenesUrn: [
`urn:decentraland:entity:${ENTITY_HASH}?=&baseUrl=${BUILDER_SERVER_URL}/v1/projects/${projectId}/contents/`,
],
minimap: {
enabled: false
},
skybox: {
fixedHour: 36000
},
realmName: `web-editor-${projectId.split('-').slice(-1)}`
},
content: {
healthy: true,
Expand Down

0 comments on commit 99aa6aa

Please sign in to comment.