We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360e231 commit 8e64b8aCopy full SHA for 8e64b8a
publisher/standard/README.md
@@ -20,6 +20,13 @@ docker run -it --rm -p 3000:3000 \
20
uid2-publisher-standard
21
```
22
23
+
24
+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:
25
+```
26
+docker build . -t uid2-publisher-server
27
+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
28
29
30
The following table lists the environment variables that you must specify to start the application.
31
32
| Parameter | Data Type | Description |
0 commit comments