-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 899 Bytes
/
.env.example
File metadata and controls
28 lines (22 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Example environment configuration
# Copy this file to .env and customize for your environment
# SECURITY NOTE: Never commit your actual .env file with real credentials!
# Stack configuration
COMPOSE_PROJECT_NAME=observability-toolkit
COMPOSE_FILE=docker-compose.yml
# Grafana configuration (CHANGE THIS IN PRODUCTION!)
GF_SECURITY_ADMIN_PASSWORD=your-secure-password-example
GF_USERS_ALLOW_SIGN_UP=false
# Elasticsearch configuration
ES_JAVA_OPTS=-Xms1g -Xmx1g
# AlertManager configuration (customize these for your environment)
SMTP_SMARTHOST=smtp.example.com:587
SMTP_FROM=alerts@your-company-example.com
SMTP_AUTH_USERNAME=your-smtp-username-example
SMTP_AUTH_PASSWORD=your-smtp-password-example
WEBHOOK_URL=https://hooks.slack.com/services/YOUR/SLACK/WEBHOOK-example
# Environment labels
ENVIRONMENT=development
COLLECTOR_VERSION=1.0.0
# Network configuration
NETWORK_NAME=observability