Initial commit

This commit is contained in:
michaeltieso
2025-12-01 14:49:17 +00:00
commit 3480888eaa
92 changed files with 16631 additions and 0 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# 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