Skip to content

Commit

Permalink
Revert "updated to most recent sdk version and functionality of init/…
Browse files Browse the repository at this point in the history
…callback"
  • Loading branch information
ashleysmithTTD authored Jan 24, 2025
1 parent 469f5b7 commit 8dc597c
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 954 deletions.
601 changes: 133 additions & 468 deletions publisher/server_only/package-lock.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions publisher/server_only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
},
"dependencies": {
"axios": "^0.23.0",
"body-parser": "^1.20.3",
"cookie-session": "^1.4.0",
"ejs": "^3.1.7",
"express": "^4.21.2",
"nocache": "^3.0.1",
"path-to-regexp": "^8.2.0"
"express": "^4.18.2",
"nocache": "^3.0.1"
},
"devDependencies": {
"eslint": "^7.29.0",
Expand Down
7 changes: 0 additions & 7 deletions publisher/standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ 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
Loading

0 comments on commit 8dc597c

Please sign in to comment.