Skip to content

Commit caa2bed

Browse files
ralyodioclaude
andcommitted
chore: set NEXT_PUBLIC_BASE_URL to https://c0upons.com
Replace hardcoded railway.app fallback domain in env examples. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4c89760 commit caa2bed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SQLITECLOUD_URL=sqlitecloud://your-project.g6.sqlite.cloud:8860/cloud.db?apikey=your-api-key
2+
NEXT_PUBLIC_BASE_URL=https://c0upons.com
23
COINPAY_API_KEY=cp_live_your_api_key
34
COINPAY_MERCHANT_ID=your-merchant-uuid
45
COINPAY_CLIENT_SECRET=your-coinpay-client-secret

apps/web/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SQLITECLOUD_URL=sqlitecloud://your-project.g6.sqlite.cloud:8860/cloud.db?apikey=your-api-key
2+
NEXT_PUBLIC_BASE_URL=https://c0upons.com
23
COINPAY_API_KEY=cp_live_your_api_key
34
COINPAY_MERCHANT_ID=your-merchant-uuid
45
COINPAY_CLIENT_SECRET=your-coinpay-client-secret

0 commit comments

Comments
 (0)