forked from decentraland/marketplace-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.default
40 lines (34 loc) · 1.29 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
# 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.
CORS_ORIGIN=^http:\/\/localhost:[0-9]{1,10}$
CORS_METHODS=*
HTTP_SERVER_PORT=3000
HTTP_SERVER_HOST=0.0.0.0
# reset metrics at 00:00UTC
WKC_METRICS_RESET_AT_NIGHT=false
WERT_PRIVATE_KEY='dummyKey'
WERT_PUBLICATION_FEES_PRIVATE_KEY='dummyKey2'
SEGMENT_WRITE_KEY='dummyKey3'
BUILDER_SERVER_DB_USER='dummyUser'
BUILDER_SERVER_DB_PASSWORD='dummyPassword'
SUBSTREAMS_PG_COMPONENT_PSQL_USER=
SUBSTREAMS_PG_COMPONENT_PSQL_PASSWORD='password'
SUBSTREAMS_PG_COMPONENT_PSQL_SCHEMA='public'
SUBSTREAMS_PG_COMPONENT_PSQL_HOST='localhost'
SUBSTREAMS_PG_COMPONENT_PSQL_PORT=5432
SUBSTREAMS_PG_COMPONENT_PSQL_DATABASE='substreams'
# favorites related secrets
FAVORITES_PG_COMPONENT_PSQL_USER=
FAVORITES_PG_COMPONENT_PSQL_PASSWORD='password'
FAVORITES_PG_COMPONENT_PSQL_SCHEMA='public'
FAVORITES_PG_COMPONENT_PSQL_HOST='localhost'
FAVORITES_PG_COMPONENT_PSQL_PORT=5432
FAVORITES_PG_COMPONENT_PSQL_DATABASE='favorites'
SNAPSHOT_URL=https://score.snapshot.org/
SNAPSHOT_NETWORK=1
SNAPSHOT_SPACE=snapshot.dcl.eth