9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
# Backend Configuration
|
|
PORT=3000
|
|
ADMIN_TOKEN=your_secure_random_token_here
|
|
DATA_DIR=/app/data
|
|
|
|
# Frontend Configuration
|
|
# URL of the backend API accessible from the frontend container
|
|
PUBLIC_API_URL=http://backend:3000
|