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
Follow the [UID2 Operator README](https://github.com/IABTechLab/uid2-operator) instructions to start the operator. It will run on `http://localhost:8080`.
95
97
96
-
---
97
-
98
98
### Option B: Integration Environment
99
99
100
100
This option uses the hosted UID2 integration environment (deployed version).
@@ -105,51 +105,15 @@ Contact your UID2 representative or use the [UID2 Portal](https://unifiedid.com/
105
105
106
106
#### 2. Update Your .env File
107
107
108
-
```bash
109
-
UID2_BASE_URL=https://operator-integ.uidapi.com
110
-
UID2_API_KEY=your-integ-api-key
111
-
UID2_CLIENT_SECRET=your-integ-client-secret
112
-
```
113
-
114
-
---
115
-
116
-
## Run Locally Without Docker
117
-
118
-
If you prefer to run without Docker:
119
-
120
-
### 1. Install Dependencies
108
+
In the **root of the uid2-examples repository** (at `/uid2-examples/.env`), add:
121
109
122
-
```bash
123
-
npm install
124
-
```
125
-
126
-
### 2. Set Up Environment Variables
127
-
128
-
Create a `.env` file in the **root of the uid2-examples repository** (same as Docker setup above).
0 commit comments