13 lines
566 B
Plaintext
13 lines
566 B
Plaintext
# =============================================================================
|
|
# MONITORING STACK ENVIRONMENT VARIABLES
|
|
# =============================================================================
|
|
# Copy this file to .env and update with your actual values
|
|
# Command: copy .env.example .env
|
|
|
|
# =============================================================================
|
|
# REDIS CONNECTION (External Redis Server)
|
|
# =============================================================================
|
|
REDIS_HOST=160.187.166.17
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=Redis@123
|