-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (20 loc) · 733 Bytes
/
env.example
File metadata and controls
24 lines (20 loc) · 733 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
# TSFlow Backend Configuration
# Copy this file to .env and fill in your values
# Tailscale API credentials (required)
TAILSCALE_API_KEY=your_tailscale_api_key_here
TAILSCALE_TAILNET=your_tailnet_here
# Flow log backend (optional: api or s3)
TSFLOW_FLOW_BACKEND=api
# S3/Garage flow log backend (required when TSFLOW_FLOW_BACKEND=s3)
TSFLOW_S3_BUCKET=tailscale-logs
TSFLOW_S3_PREFIX=network/
TSFLOW_S3_ENDPOINT=http://garage.garage.svc.cluster.local:3900
TSFLOW_S3_REGION=garage
TSFLOW_S3_ACCESS_KEY_ID=your_s3_access_key
TSFLOW_S3_SECRET_ACCESS_KEY=your_s3_secret_key
TSFLOW_S3_PATH_STYLE=true
TSFLOW_S3_LOOKBACK=15m
TSFLOW_S3_MAX_OBJECTS_PER_POLL=500
# Backend server configuration (optional)
PORT=8080
ENVIRONMENT=development