Skip to content

Commit 271dd0b

Browse files
committed
fix(help-center): move SharePoint icon after link text (#5450)
1 parent b87b4f3 commit 271dd0b

5 files changed

Lines changed: 222 additions & 211 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ DB_PORT=55432 \
119119
BACKEND_PORT=58080 \
120120
FRONTEND_PORT=53000 \
121121
BACKEND_DOMAIN=http://localhost:58080 \
122+
OPS_FRONTEND_URL=http://localhost:53000 \
122123
docker compose --profile setup up --build
123124
```
124125

@@ -130,6 +131,9 @@ Port variables and their defaults:
130131
| `BACKEND_PORT` | `8080` | Flask API host port |
131132
| `FRONTEND_PORT` | `3000` | Frontend host port |
132133
| `BACKEND_DOMAIN` | `http://localhost:8080` | Backend URL used by the frontend container |
134+
| `OPS_FRONTEND_URL` | `http://localhost:3000` | Frontend origin allowed by backend CORS and Referer validation |
135+
136+
> **Note:** `OPS_FRONTEND_URL` must match the origin the browser uses to reach the frontend. When running on an alternate `FRONTEND_PORT`, set this variable accordingly — otherwise login will fail with CORS errors.
133137
134138
### RSA Key Generation (Required Setup)
135139

0 commit comments

Comments
 (0)