Skip to content

Commit

Permalink
updated readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Jan 23, 2025
1 parent 360e231 commit 8e64b8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publisher/standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ docker run -it --rm -p 3000:3000 \
uid2-publisher-standard
```


If this command does not work in Powershell because of the `-e` variable, try running in Command Prompt with quotes around each variable like so:
```
docker build . -t uid2-publisher-server
docker run -it --rm -p 3000:3000 -e "UID2_BASE_URL=https://operator-integ.uidapi.com" -e "UID2_API_KEY={INTEG_API_KEY}" -e "UID2_CLIENT_SECRET={CLIENT_SECRET}" uid2-publisher-server
```

The following table lists the environment variables that you must specify to start the application.

| Parameter | Data Type | Description |
Expand Down

0 comments on commit 8e64b8a

Please sign in to comment.