Page MenuHomePhabricator

[e.cash] Properly use constants for the URLs
ClosedPublic

Authored by Fabien on Oct 16 2025, 09:17.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Maniphest Tasks
Restricted Maniphest Task
Commits
rABCfbbb6ee2368f: [e.cash] Properly use constants for the URLs
Summary

Consistently use the constants:

  • NEXT_PUBLIC_SITE_URL for the main URL
  • NEXT_PUBLIC_STRAPI_URL for the strapi URL
  • NEXT_PUBLIC_STRAPI_SCORECARD_URL for the scorecard URL

Ref T3904.

Test Plan
npm run dev

Check the site works as normal

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Oct 16 2025, 09:17
Fabien edited the summary of this revision. (Show Details)
Fabien added a task: Restricted Maniphest Task.
Fabien planned changes to this revision.Oct 16 2025, 09:24
This revision is now accepted and ready to land.Oct 16 2025, 15:29
This revision was automatically updated to reflect the committed changes.