You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-integrations/prebid-integrations/client-server/README.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,13 @@ For the client-side Prebid.js integration example, see [../client-side](../clien
6
6
7
7
> **NOTE:** While the server side of this example is implemented in JavaScript using Node.js, it is not a requirement. You can use any technology of your choice and refer to this example for illustration of the functionality that needs to be implemented.
8
8
9
-
## Prerequisites
10
-
11
-
- Node.js (version 20.x or later recommended)
12
-
- UID2 API credentials (API Key and Client Secret)
13
-
- A local UID2 Operator instance **OR** access to the UID2 integration environment
14
9
15
10
## Run Locally for Testing
16
11
17
12
### 1. Set Up Environment Variables
18
13
19
14
Create a `.env` file in the **root of the uid2-examples repository** (not in this folder) with the following variables:
20
15
21
-
```bash
22
-
# UID2 Operator configuration
23
-
UID2_BASE_URL=http://localhost:8080
24
-
UID2_API_KEY=your-api-key-here
25
-
UID2_CLIENT_SECRET=your-client-secret-here
26
-
27
-
# Port for this example (optional, defaults to 3000)
28
-
PORT=3005
29
-
```
30
-
31
16
**For local operator testing:**
32
17
- Use `UID2_BASE_URL=http://localhost:8080`
33
18
- Use API credentials from your local operator's configuration
0 commit comments