forked from layerx-labs/webnetwork-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
65 lines (51 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# See the documentation for more detail: https://github.com/bepronetwork/web-network/#3-environment-configuration
NODE_ENV=development
WEB_EVENTS_PORT=3334
# SSL
SSL_ENABLED=false
# Must fill full path
SSL_PRIVATE_KEY_PATH=
# Must fill full path
SSL_CERT_PATH=
# Database Settings
DB_DATABASE=github
DB_HOST=localhost
DB_PASSWORD=github
DB_PORT=54320
DB_USERNAME=github
DB_DIALECT=postgres
DB_SSL=false
# Database log, empty = false
DB_LOG=1
# Log level, 0 = none, 1 = error, 2 = warn, 3 = info, 4 = log
LOG_LEVEL=4
# Chain settings
# Create a new infura provider (or anyother web3 provider) and add the id here
PUBLIC_WEB3_CONNECTION=wss://kovan.infura.io/ws/v3
# Admin Wallet
WALLET_PRIVATE_KEY=
# Logs on console
LOGS_ACTIVE=false
# Github token
GITHUB_TOKEN=
# Ifps
IPFS_PROJECT_ID=
IPFS_PROJECT_SECRET=
IPFS_UPLOAD_ENDPOINT=https://ipfs.infura.io:5001/api/v0
# ChainEvents - fill in with the last block mined in the blockchain.
BULK_CHAIN_START_BLOCK=0
# WebApp URL
WEBAPP_URL=http://localhost:3000
# NETWORK NAME DEFAULT (Optional)
NETWORK_NAME=
# Twitter integration (Optional)
TWITTER_APIKEY=
TWITTER_APIKEY_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_SECRET=
#ElasticSearch Logs (Optional)
ELASTIC_SEARCH_URL=
ELASTIC_SEARCH_USERNAME=
ELASTIC_SEARCH_PASSWORD=
#Number of blocks per request (Optional)
EVENTS_PER_REQUEST=