-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
51 lines (40 loc) · 1.12 KB
/
Copy path.env.example
File metadata and controls
51 lines (40 loc) · 1.12 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Example environment variables for AegisNet
# Copy this file to .env and update with your values
# DO NOT commit .env file to version control
# Environment Configuration
ENVIRONMENT=development
LOG_LEVEL=INFO
# Database Configuration
DB_HOST=postgres
DB_PORT=5432
DB_NAME=aegisnet
DB_USER=aegisnet
DB_PASSWORD=changeme
# Redis Configuration
REDIS_HOST=redis
REDIS_PORT=6379
# AWS Configuration
# AWS_ACCESS_KEY_ID=your_access_key
# AWS_SECRET_ACCESS_KEY=your_secret_key
# AWS_DEFAULT_REGION=us-east-1
# Azure Configuration
# AZURE_CLIENT_ID=your_client_id
# AZURE_CLIENT_SECRET=your_client_secret
# AZURE_TENANT_ID=your_tenant_id
# AZURE_SUBSCRIPTION_ID=your_subscription_id
# Google Cloud Configuration
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
# GOOGLE_PROJECT_ID=your_project_id
# DigitalOcean Configuration
# DIGITALOCEAN_TOKEN=your_token
# Monitoring Configuration
GRAFANA_PASSWORD=admin
# Application Configuration
# API_PORT=8080
# API_HOST=0.0.0.0
# Security Configuration
# JWT_SECRET=your_jwt_secret_here
# API_KEY=your_api_key_here
# FreeTAKServer Configuration
# FTS_HOST=freetakserver
# FTS_PORT=8087