fix data mappeing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user