configurable url
This commit is contained in:
26
.env.development
Normal file
26
.env.development
Normal file
@@ -0,0 +1,26 @@
|
||||
# Development Environment Configuration
|
||||
# For local development with Docker
|
||||
|
||||
# Application URLs and CORS Configuration
|
||||
STORYCOVE_PUBLIC_URL=http://localhost:6925
|
||||
STORYCOVE_CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:6925
|
||||
|
||||
# Database Configuration
|
||||
DB_PASSWORD=dev_password
|
||||
|
||||
# JWT Configuration
|
||||
JWT_SECRET=dev-jwt-secret-key-for-development-only
|
||||
|
||||
# Application Authentication
|
||||
APP_PASSWORD=admin
|
||||
|
||||
# Typesense Search Configuration
|
||||
TYPESENSE_API_KEY=dev_api_key
|
||||
TYPESENSE_ENABLED=true
|
||||
TYPESENSE_REINDEX_INTERVAL=3600000
|
||||
|
||||
# Image Storage
|
||||
IMAGE_STORAGE_PATH=/app/images
|
||||
|
||||
# Frontend API URL (for local development)
|
||||
NEXT_PUBLIC_API_URL=http://localhost:8080/api
|
||||
Reference in New Issue
Block a user