14 lines
475 B
Plaintext
14 lines
475 B
Plaintext
# Environment Variables for Pilates with Fadia
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Node Environment
|
|
NODE_ENV=development
|
|
|
|
# Session Secret (generate a random string for security)
|
|
SESSION_SECRET=your_secure_session_secret_here
|
|
|
|
# Mailchimp Configuration
|
|
# Get these from your Mailchimp account settings
|
|
MAILCHIMP_API_KEY=your_mailchimp_api_key_here
|
|
MAILCHIMP_SERVER_PREFIX=your_mailchimp_server_prefix_here
|
|
MAILCHIMP_LIST_ID=your_mailchimp_list_id_here |