23 lines
490 B
Plaintext
23 lines
490 B
Plaintext
# Application
|
|
APP_NAME=Anexo76
|
|
APP_VERSION=1.0.0
|
|
DEBUG=True
|
|
ENVIRONMENT=development
|
|
|
|
# Database - Core
|
|
CORE_DB_HOST=localhost
|
|
CORE_DB_PORT=5432
|
|
CORE_DB_NAME=anexo76_core
|
|
CORE_DB_USER=postgres
|
|
CORE_DB_PASSWORD=postgres
|
|
|
|
# CORS
|
|
CORS_ORIGINS=http://localhost:5173,http://localhost:3000
|
|
|
|
# Hub de Aduanasoft — requerido siempre (SaaS y self-hosted)
|
|
HUB_URL=https://hub.aduanasoft.com
|
|
|
|
# Sincronización (Hub & Spoke)
|
|
SYNC_SECRET_TOKEN=change-this-sync-token-in-production
|
|
CENTRAL_SERVER_URL=
|