Skip to content

Commit 885674c

Browse files
authored
Merge pull request #47 from reqcore-inc/feat/applications-search
feat: implement search functionality and enhance job filtering in applications dashboard
2 parents 4ab24d4 + f291a75 commit 885674c

5 files changed

Lines changed: 388 additions & 352 deletions

File tree

ARCHITECTURE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ Variables are configured in the Railway dashboard or via `railway variables`. Se
295295
| `S3_REGION` | `${{Bucket.REGION}}` |
296296
| `S3_FORCE_PATH_STYLE` | `false` |
297297
| `BETTER_AUTH_SECRET` | Manual (sealed) |
298-
| `BETTER_AUTH_URL` | `https://applirank.com` |
298+
| `BETTER_AUTH_URL` | Production: `https://applirank.com` · PR/preview: `https://${{RAILWAY_PUBLIC_DOMAIN}}` |
299+
300+
For zero manual PR setup, define `BETTER_AUTH_URL` as `https://${{RAILWAY_PUBLIC_DOMAIN}}` in your Railway preview/PR environment (or shared variables scoped to previews).
299301
## Local Development Services
300302

301303
| Service | URL | Purpose |

0 commit comments

Comments
 (0)