-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
42 lines (35 loc) · 1.27 KB
/
.env.example
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
NPM_TOKEN=
# dev, staging, production
ENVIRONMENT=dev
SUPERADMIN_API_KEY=somethingsecret
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/zero-protocol-labs
TOKENIZATION_DATABASE_URL=postgresql://postgres:postgres@localhost:5433/tokenization
PG_TRANSACTION_TIMEOUT=120000
UI_API_KEY=somethingsecret
PORT=3333
TOKENIZATION_PORT=3334
ENCRYPTION_KEY=somethingsecret
REDIS_URL=redis://:@localhost:6379
# BLOCKCHAIN
WEB3=http://localhost:8545
DEPLOY_PRIVATE_KEY=0xd9066ff9f753a1898709b568119055660a77d9aae4d7a4ad677b8fb3d2a571e5 # THIS PK HAS BEEN LEAKED YEARS AGO. DO NOT USE THIS PRIVATE KEY IN PRODUCTION
USER_MNEMONIC=chalk park staff buzz chair purchase wise oak receive avoid avoid home
BLOCK_EXPLORER=https://volta-explorer.energyweb.org
LOG_LEVELS=log,error,warn,debug,verbose
CORS_ORIGIN=*
CORS_MAX_AGE=900
UPLOADED_FILE_SIZE_LIMIT=5000000
UI_BASE_URL=http://localhost:3000
API_BASE_URL=http://localhost:3333
TOKENIZATION_BASE_URL=http://localhost:3334
FILES_BASE_URL=http://localhost:3333/api/files
IPFS_BASE_URL=https://ipfs.io/ipfs
NX_API_HOST_URL=http://localhost:3333
CHAIN_EVENTS_TTL=300
SMTP_URL=smtp://localhost:1025
SMTP_FROM=EW Zero
DB_SSL_OFF=true
# Needed only for production
SMART_CONTRACT_REGISTRY=
SMART_CONTRACT_BATCH_FACTORY=
SMART_CONTRACT_AGREEMENT_FACTORY=