first commit
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# --- DMZ (docker-compose) ---
|
||||
|
||||
STATION_CALL=SA6ANW-1
|
||||
DB_PASSWORD=changeme
|
||||
|
||||
# Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
|
||||
API_KEY=replace-with-random-secret
|
||||
|
||||
# APRS-IS receive-only (-1) is fine for data collection
|
||||
APRS_IS_PASSCODE=-1
|
||||
|
||||
# 200 km radius around JO68II / Bor??s
|
||||
APRS_IS_FILTER=r/58.35/14.05/200
|
||||
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
|
||||
# --- Shack (agw-forwarder) ??? copy relevant vars to shack machine ---
|
||||
# COLLECTOR_URL=http://<dmz-ip>:8080
|
||||
# API_KEY=<same as above>
|
||||
# STATION_CALL=SA6ANW-1
|
||||
Reference in New Issue
Block a user