Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Add note about appName parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Labno committed May 23, 2018
1 parent 911f6ca commit 17a48d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions http-api-monitor-offers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ For more hard-core developers that want to run from source:
git clone https://github.com/mrosseel/bisq-api
cd bisq-api
mvn compile exec:java \
-Dexec.mainClass="io.bisq.api.app.ApiMain" \
-Dexec.args="--appName=bisqmon"
-Dexec.mainClass="network.bisq.api.app.ApiMain" \
-Dexec.args="--appName=http-api-monitor-offers"

[NOTE]
Since the API is in incubating phase we suggest to run it against different database directory then the default one.
To do that, use `--appName` parameter. You can set it to whatever you like, just keep it different from `Bisq`.

=== Verify the API is running

Expand Down

0 comments on commit 17a48d1

Please sign in to comment.