-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 740 Bytes
/
.env.example
File metadata and controls
27 lines (23 loc) · 740 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
# ACARS Hub Development Environment Variables
# Copy this file to .env and adjust values for your local setup
# Development mode
LOCAL_TEST=true
# Database configuration
# For SQLite: sqlite:////absolute/path/to/test.db
# For PostgreSQL: postgresql://user:password@localhost/dbname
ACARSHUB_DB=sqlite:////path/to/your/test.db
# this should only the the path. End with a slash
RRD_PATH=/home/to/your/db
# ACARS/VDLM/HFDL sources
# Options: external, disabled
ENABLE_ACARS=external
ENABLE_VDLM=external
ENABLE_HFDL=external
# ADSB configuration
ENABLE_ADSB=true
ADSB_URL=http://your-adsb-server/tar1090/data/aircraft.json
ADSB_LAT=0
ADSB_LON=0
ADSB_BYPASS_URL=true
# Live data source (IP or hostname)
LIVE_DATA_SOURCE=your-data-source-ip