forked from decentraland/worlds-content-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.default
48 lines (37 loc) · 1.32 KB
/
.env.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file should be safe to commit and can act as documentation for all
# the possible configurations of our server.
# This file contains the default environment variables, by default,
# it is third in precedence:
# 1. process environment variables
# 2. `.env` file contents
# 3. `.env.default` file contents.
HTTP_SERVER_PORT=3000
HTTP_SERVER_HOST=0.0.0.0
#HTTP_BASE_URL=https://worlds-content-server.decentraland.org
RPC_URL=https://rpc.decentraland.org/mainnet?project=worlds-content-server
MARKETPLACE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/decentraland/marketplace
SNS_ARN=
LAMBDAS_URL=https://peer.decentraland.org/lambdas
CONTENT_URL=https://peer.decentraland.org/content
NETWORK_ID=5
GLOBAL_SCENES_URN=
SCENES_URN=
AUTH_SECRET=changeme
###################
## Comms ##
###################
COMMS_ROOM_PREFIX=world-
COMMS_ADAPTER=ws-room
COMMS_FIXED_ADAPTER=ws-room:ws-room-service.decentraland.org/rooms/test-scene
#COMMS_ADAPTER=livekit
#LIVEKIT_HOST=
#LIVEKIT_API_KEY=
#LIVEKIT_API_SECRET=
# number of ms that the deployment has to be newer than
DEPLOYMENT_TTL=300000
MAX_PARCELS=4
MAX_SIZE=100
ALLOW_SDK6=false
WHITELIST_URL=https://config.decentraland.org/worlds-whitelist.json
NAME_VALIDATOR=DCL_NAME_CHECKER
#NAME_VALIDATOR=ON_CHAIN_DCL_NAME_CHECKER (no need for thegraph but needs an ethereum node)