-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env-example
More file actions
34 lines (27 loc) · 980 Bytes
/
.env-example
File metadata and controls
34 lines (27 loc) · 980 Bytes
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
# PORT REST API
PORT=3000
# SWAGGER
SWAGGER_TITLE='Marketplace v3'
SWAGGER_SITE_TITLE='Unique Marketplace v3.0'
# DATABASE
POSTGRES_PORT=5432
POSTGRES_HOST=localhost
POSTGRES_USER=localhost
POSTGRES_PASSWORD=localhost
POSTGRES_DATABASE=localhost
POSTGRES_LOG=false
# BLOCKCHAIN
UNIQUE_SDK_REST_URL=https://rest.unique.network/opal/v1
UNIQUE_RPC_URL=https://rpc-opal.unique.network
# WebSocket URL for Unique Indexer V2 subscriptions (new SDK)
UNIQUE_INDEXER_V2_WS_URL=wss://rest.uniquenetwork.dev/scan/v2/unique/ws/subscribe
SOL_UNQ_RPC_URL=https://rpc.unique.network
SOL_OPAL_RPC_URL=https://rpc-opal.unique.network
# CONTRACT
METAMASK_SIGNER_SEED=coffee kid category dial traffic organ hope voyage minimum elephant solar teach
SUBSTRATE_SIGNER_SEED=coffee kid category dial traffic organ hope voyage minimum elephant solar teach
# SIGNATURE VERIFIER
SIGNATURE_WORD=
# SENTRY
SENTRY_DSN_URL=https://hash@domain.tld/sentryId
COIN_GECKO_API_KEY=your_coin_gecko_api_key_here