Files
chadebebe/.env.example
michaeltieso 3480888eaa Initial commit
2025-12-01 14:49:17 +00:00

20 lines
466 B
Plaintext

# Admin Credentials (REQUIRED)
# Set a strong username and password for the admin account
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme
# JWT Secret (Optional - auto-generated if not provided)
# For production, generate a secure random string:
# openssl rand -base64 32
SECRET=
# Application Settings (Optional)
NODE_ENV=production
PORT=3000
# Timezone for logs (Optional)
TZ=America/New_York
# Default currency for wishlist items (Optional)
DEFAULT_CURRENCY=USD