27 lines
499 B
Plaintext
27 lines
499 B
Plaintext
NODE_ENV=development
|
|
PORT=4000
|
|
API_URL=http://localhost:4000
|
|
|
|
DB_HOST=postgres
|
|
DB_PORT=5432
|
|
DB_NAME=tinovisas
|
|
DB_USER=tinovisas
|
|
DB_PASSWORD=tinovisas_secret_2024
|
|
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
|
|
JWT_SECRET=tinovisas_super_secret_key_change_in_production
|
|
JWT_EXPIRES_IN=24h
|
|
|
|
ENCRYPTION_KEY=tinovisas_encryption_key_32chars!!
|
|
|
|
UPLOAD_DIR=/app/uploads
|
|
MAX_FILE_SIZE=10485760
|
|
|
|
PLAYWRIGHT_HEADLESS=true
|
|
PLAYWRIGHT_TIMEOUT=30000
|
|
|
|
DEFAULT_ADMIN_EMAIL=admin@tinovisas.com
|
|
DEFAULT_ADMIN_PASSWORD=Admin123!
|