Skip to content

Commit 74a6c9b

Browse files
committed
chore: Consolidate .env example files
- Delete empty .env.example (only had NODE_OPTIONS) - Rename .env.production.example to .env.example - Single example template is cleaner
1 parent da46f61 commit 74a6c9b

2 files changed

Lines changed: 18 additions & 19 deletions

File tree

.env.example

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
NODE_OPTIONS=--openssl-legacy-provider
1+
# Production Environment Configuration Example
2+
# Copy this file to .env.production and update with your actual values
3+
4+
# Demo mode (set to false for production)
5+
REACT_APP_DEMO_MODE=false
6+
7+
# Router configuration for /panel/ path (served through nginx)
8+
REACT_APP_BASENAME=/panel
9+
PUBLIC_URL=/panel
10+
11+
# Asset serving configuration (optional - adjust for your domain)
12+
# REACT_APP_ASSETS_BUCKET=https://your-domain.com
13+
14+
# Nostr operations now use panel API - no relay URLs needed
15+
16+
# Development optimizations
17+
ESLINT_NO_DEV_ERRORS=true
18+
TSC_COMPILE_ON_ERROR=true

.env.production.example

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)