add EVENTS_MONITOR_SLEEP_TIME

This commit is contained in:
Alex Coseru 2023-01-23 17:09:36 +02:00 committed by GitHub
parent 19f454262e
commit 08fd089d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ cp -r ./certs/* ${OCEAN_CERTS_FOLDER}
export CONTRACTS_NETWORK_NAME="development"
# Default Aquarius parameters: use Elasticsearch
export EVENTS_MONITOR_SLEEP_TIME=10
export DB_MODULE="elasticsearch"
export DB_HOSTNAME="http://172.15.0.6"
export DB_PORT="9200"