fix data mappeing

This commit is contained in:
Stefan Hardegger
2026-07-08 15:14:16 +02:00
parent 7e4e5a1385
commit fc26819a8f
2 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,9 @@
# StoryCove Environment Configuration
# Copy this file to .env and configure for your environment
# Data Directory (host path for all persistent volumes)
DATA_DIR=/volume1/docker/storycove
# Application URLs and CORS Configuration
STORYCOVE_PUBLIC_URL=http://localhost:6925
STORYCOVE_CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:6925