configurable url
This commit is contained in:
27
.env.staging
Normal file
27
.env.staging
Normal file
@@ -0,0 +1,27 @@
|
||||
# Staging Environment Configuration
|
||||
# For testing before production deployment
|
||||
|
||||
# Application URLs and CORS Configuration
|
||||
# Replace with your actual staging URL
|
||||
STORYCOVE_PUBLIC_URL=https://staging.yourdomain.com
|
||||
STORYCOVE_CORS_ALLOWED_ORIGINS=https://staging.yourdomain.com
|
||||
|
||||
# Database Configuration
|
||||
DB_PASSWORD=staging_secure_password
|
||||
|
||||
# JWT Configuration
|
||||
JWT_SECRET=staging-jwt-secret-key-for-testing-32-chars-min
|
||||
|
||||
# Application Authentication
|
||||
APP_PASSWORD=staging_admin_password
|
||||
|
||||
# Typesense Search Configuration
|
||||
TYPESENSE_API_KEY=staging_typesense_api_key
|
||||
TYPESENSE_ENABLED=true
|
||||
TYPESENSE_REINDEX_INTERVAL=3600000
|
||||
|
||||
# Image Storage
|
||||
IMAGE_STORAGE_PATH=/app/images
|
||||
|
||||
# Frontend API URL
|
||||
NEXT_PUBLIC_API_URL=/api
|
||||
Reference in New Issue
Block a user