configurable url

This commit is contained in:
Stefan Hardegger
2025-07-24 08:03:56 +02:00
parent 4bbc14d165
commit 77ad643eac
15 changed files with 257 additions and 26 deletions

View File

@@ -1,4 +1,26 @@
# StoryCove Environment Configuration
# Copy this file to .env and configure for your environment
# 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=secure_password_here
# JWT Configuration
JWT_SECRET=secure_jwt_secret_here
# Application Authentication
APP_PASSWORD=application_password_here
# Typesense Search Configuration
TYPESENSE_API_KEY=secure_api_key_here
APP_PASSWORD=application_password_here
TYPESENSE_ENABLED=true
TYPESENSE_REINDEX_INTERVAL=3600000
# Image Storage
IMAGE_STORAGE_PATH=/app/images
# Frontend API URL (for development only - not used in Docker)
NEXT_PUBLIC_API_URL=http://localhost:8080/api