mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Resolved requested changes.
This commit is contained in:
parent
7146e833f0
commit
f925ec71e3
@ -22,7 +22,7 @@ services:
|
||||
postgres_db: graph-node
|
||||
ipfs: '172.15.0.16:5001'
|
||||
ethereum: 'development:${NETWORK_RPC_URL}'
|
||||
SUBGRAPH_LOG_LEVEL: ${SUBGRAPH_LOG_LEVEL}
|
||||
RUST_LOG: ${SUBGRAPH_LOG_LEVEL}
|
||||
postgres:
|
||||
image: postgres
|
||||
ports:
|
||||
|
@ -47,7 +47,7 @@ export FORCEPULL="false"
|
||||
# Export LOG LEVEL
|
||||
export AQUARIUS_LOG_LEVEL=${AQUARIUS_LOG_LEVEL:-INFO}
|
||||
export PROVIDER_LOG_LEVEL=${PROVIDER_LOG_LEVEL:-INFO}
|
||||
export SUBGRAPH_LOG_LEVEL=${SUBGRAPH_LOG_LEVEL:-INFO}
|
||||
export SUBGRAPH_LOG_LEVEL=${SUBGRAPH_LOG_LEVEL:-info}
|
||||
|
||||
# Export User UID and GID
|
||||
export LOCAL_USER_ID=$(id -u)
|
||||
|
Loading…
Reference in New Issue
Block a user