17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
# BACKEND configuration
|
|
BACKEND_ALLOW_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
|
|
BACKEND_HOST=localhost
|
|
BACKEND_PORT=8000
|
|
BACKEND_RELOAD=True
|
|
|
|
# FRONTEND configuration
|
|
FRONTEND_HOST=0.0.0.0
|
|
FRONTEND_PORT=3000
|
|
|
|
# Host port mapping for docker-compose (if not set, defaults are used in docker-compose.yml)
|
|
FRONTEND_DOCKER_COMPOSE_PORT=3031
|
|
BACKEND_DOCKER_COMPOSE_PORT=8081
|
|
|
|
# Supported text file encodings
|
|
TEXT_FILE_ENCODINGS=utf-8,latin1,cp1252,iso-8859-1
|