-
Notifications
You must be signed in to change notification settings - Fork 9
/
develop.env
38 lines (29 loc) · 955 Bytes
/
develop.env
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
# env from guide
# App
PORT=3003
# Log level: debug, info, notice, warning or error
LOG_LEVEL=info
# Log format: simple or json
LOG_FORMAT=simple
# Pubsub (default: rabbitmq)
PUBSUB_SERVICE=evm-chain
# This is a sample configuration, be sure to replace it with an up-to-date one
EVM_CHAIN_DATA_BUS_ADDRESS="0xD02E999e4F0d464a322d9969d0EdF32ec93257ac"
EVM_CHAIN_DATA_BUS_PROVIDER_URL="https://gnosis-chiado-rpc.publicnode.com"
# Private key
# Used to sign transactions and stop the protocol.
# Make sure there are enough ETH on the balance to send a transaction to stop the protocol
WALLET_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000001"
KEYS_API_HOST=http://127.0.0.1
# Keys API
KEYS_API_PORT=3002
# chain id
# for mainnet 1
CHAIN_ID=1
RPC_URL=%NODE_URL%
# KeysAPI DB config
KEYS_API_DB_NAME=keys_service_db
KEYS_API_DB_PORT=5453
KEYS_API_DB_HOST=localhost
KEYS_API_DB_USER=postgres
KEYS_API_DB_PASSWORD=postgres