Re-add exports to make codacy happy

This commit is contained in:
ghubstan 2021-01-20 15:25:22 -03:00
parent 7fa61c9a32
commit 78d0024368
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -2,11 +2,11 @@
# This file must be sourced by the main driver.
CLI_BASE="./bisq-cli --password=xyz"
ARBITRATOR_PORT=9997
ALICE_PORT=9998
BOB_PORT=9999
F2F_ACCT_FORM="f2f-acct.json"
export CLI_BASE="./bisq-cli --password=xyz"
export ARBITRATOR_PORT=9997
export ALICE_PORT=9998
export BOB_PORT=9999
export F2F_ACCT_FORM="f2f-acct.json"
checksetup() {
apitestusage() {