Skip to content

Commit dd14473

Browse files
JOYclaude
andcommitted
fix: add .env.production for DOS Chain self-hosted deployment
Without this file checked in, production builds lose all NEXT_PUBLIC env vars when /tmp is cleaned or Docker rebuilds from scratch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 695b4dd commit dd14473

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

apps/web/.env.production

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
NEXT_PUBLIC_WC_PROJECT_ID=4b6b77d337588564379b0ef8f3a5c479
2+
NEXT_PUBLIC_GATEWAY_URL_PRODUCTION=https://safe.doschain.com/cgw
3+
NEXT_PUBLIC_DEFAULT_MAINNET_CHAIN_ID=7979
4+
NEXT_PUBLIC_IS_OFFICIAL_HOST=false
5+
NEXT_PUBLIC_IS_PRODUCTION=true
6+
NEXT_PUBLIC_SAFE_VERSION=1.4.1
7+
NEXT_PUBLIC_BRAND_NAME=Safe on DOS
8+
NEXT_PUBLIC_BRAND_LOGO=/images/dos-logo.svg
9+
NEXT_PUBLIC_APP_HOMEPAGE=https://safe.doschain.com

0 commit comments

Comments
 (0)