There was an error while loading. Please reload this page.
WIP
abd-vro system involves running numerous docker containers, which can be costly in terms of build time as well as system memory.
This guide serves as a set of instructions to run the vro-app-1 container as a run configuration for IntelliJ ide.
vro-app-1
This allows developers to more quickly spin down and spin up new changes when testing the code.
PERSIST_TRACKING_FOLDER=/tmp/persist/tracking mkdir -p $PERSIST_TRACKING_FOLDER
PERSIST_TRACKING_FOLDER=/tmp/persist/tracking POSTGRES_URL=jdbc:postgresql://localhost:5432/vro REDIS_PLACEHOLDERS_HOST=localhost RABBITMQ_PLACEHOLDERS_HOST=localhost BIP_CLAIM_URL=localhost:8097 BIP_EVIDENCE_URL=localhost:8094 SLACK_EXCEPTION_WEBHOOK=http://localhost:9008/slack-messages
./gradlew :app:dockerComposeUp
docker stop vro-app-1