20
.env.example
20
.env.example
@@ -1,5 +1,17 @@
|
||||
# Elasticsearch Configuration
|
||||
ELASTICSEARCH_NODE=http://localhost:9200
|
||||
# Redis Configuration
|
||||
# Optional: Customize Redis connection settings
|
||||
|
||||
# Optional: Set to 'development' or 'production'
|
||||
# NODE_ENV=development
|
||||
# Redis host (default: localhost)
|
||||
REDIS_HOST=localhost
|
||||
|
||||
# Redis port (default: 6379)
|
||||
REDIS_PORT=6379
|
||||
|
||||
# Redis password (optional, required if Redis has authentication enabled)
|
||||
# REDIS_PASSWORD=your-secure-password
|
||||
|
||||
# Redis database number (default: 0)
|
||||
# REDIS_DB=0
|
||||
|
||||
# Node Environment
|
||||
NODE_ENV=development
|
||||
|
||||
Referencia en una nueva incidencia
Block a user