forked from Botts-Innovative-Research/OSHConnect-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 1.2 KB
/
.env.example
File metadata and controls
23 lines (19 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ── OSH Server Connection ──────────────────────────────────────────────
# These are REQUIRED. The publishers will refuse to start without them.
OSH_ADDRESS=your-server.example.com
OSH_PORT=443
OSH_USER=admin
OSH_PASS=changeme
OSH_ROOT=sensorhub
# ── Optional Overrides ────────────────────────────────────────────────
# Full bootstrap URL (derived from OSH_ADDRESS/PORT/ROOT if unset)
# BOOTSTRAP_URL=https://your-server.example.com/sensorhub/api
# Force DNS resolution to a specific IP (useful behind NAT / split DNS)
# OSH_FORCE_IP=10.0.0.5
# USGS API key — raises rate limits for usgs-water and usgs-nims
# USGS_API_KEY=
# ── NDBC BuoyCAM ──────────────────────────────────────────────────────
# Base URL where cached BuoyCAM JPEGs are served.
# You must host a static file server (e.g. Nginx) at this URL.
# BUOYCAM_CACHE_ROOT=/var/www/buoycam
# BUOYCAM_CACHE_BASE_URL=https://your-server.example.com/buoycam