17 lines
355 B
Text
17 lines
355 B
Text
# Development Environment Variables
|
|
# Copy this file to .env and modify as needed
|
|
|
|
# Grafana
|
|
GRAFANA_ADMIN_PASSWORD=admin123
|
|
|
|
# API Configuration
|
|
LOG_LEVEL=info
|
|
|
|
# TLS (development uses self-signed certs)
|
|
TLS_CERT_PATH=/app/ssl/cert.pem
|
|
TLS_KEY_PATH=/app/ssl/key.pem
|
|
|
|
# Development-specific
|
|
ENVIRONMENT=development
|
|
DEBUG=true
|
|
API_KEY=development_key_only
|