9 lines
329 B
Text
9 lines
329 B
Text
|
|
# GCGC RTN (rtn.usm.edu) NTRIP credentials.
|
||
|
|
#
|
||
|
|
# Setup: cp gcgc.env.example gcgc.env then fill in real values.
|
||
|
|
# gcgc.env is gitignored - never commit real credentials.
|
||
|
|
# stream_gps.py loads this file automatically; already-set environment
|
||
|
|
# variables take precedence.
|
||
|
|
GCGC_USER=your_username_here
|
||
|
|
GCGC_PASS=your_password_here
|