Initial commit
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user