Files
narlblog/.env.example
2026-03-25 10:58:10 +01:00

9 lines
220 B
Plaintext

# Backend Configuration
PORT=3000
ADMIN_TOKEN=your_secure_random_token_here
DATA_DIR=/app/data
# Frontend Configuration
# URL of the backend API accessible from the frontend container
PUBLIC_API_URL=http://backend:3000