meet/src/modules/config/env/prod.json
Kevin Szuchet 02f1a6df5b
feat: Track user time in meetings (#10)
* feat: Track time users are in meetings

* chore: Remove unnecessary overrides from eslint config and console.log

* refactor: Separate the event into two: connect & disconnect

* chore: Add Segment api keys

* feat: Track disconnection only once and pass only world name and content server url
2023-08-18 15:56:28 +02:00

8 lines
258 B
JSON

{
"CHAIN_ID": "1",
"EXPLORER_URL": "https://play.decentraland.org",
"PEER_URL": "https://peer.decentraland.org",
"WORLDS_CONTENT_SERVER_URL": "https://worlds-content-server.decentraland.org",
"SEGMENT_API_KEY": "FLpPrzJ8NlZLoRDldyQz4VdRnFGtxCAb"
}