Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml committed Aug 22, 2022
1 parent 865f81f commit 76f5003
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ Check out the demo at [sdm.nfcdeveloper.com](https://sdm.nfcdeveloper.com/). Thi
1. Run
```
# launch sdm-backend on port 5000
docker run -p 5000:80 -e SDM_MASTER_KEY=YOUR_MASTER_KEY icedevml/sdm-backend:build20220111
docker run -p 5000:80 -e SDM_MASTER_KEY=00000000000000000000000000000000 icedevml/sdm-backend:build20220111
```
Replace `YOUR_MASTER_KEY` with a 32 hex digit master key, for testing use `00000000000000000000000000000000`.
2. Visit [localhost:5000](http://127.0.0.1:5000/) and check out the examples.

Note: If you are running production instance, the `SDM_MASTER_KEY` should be an unique 16 byte value (hex encoded). However, all-zeros key is perfectly fine for testing.

## Authors

* Michał Leszczyński ([email protected])
Expand Down

0 comments on commit 76f5003

Please sign in to comment.