mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
13 lines
425 B
Plaintext
13 lines
425 B
Plaintext
# GT06 GPS tracker TCP listener (raw TCP, must be reachable by tracker SIMs). 0 disables.
|
|
GT06_TCP_PORT=5023
|
|
GT06_TCP_HOST=0.0.0.0
|
|
|
|
# Shared freight database (same DB as @edr/freight-api). This app only writes
|
|
# freight.gps_devices / freight.gps_positions and NEVER runs migrations.
|
|
DB_HOST=localhost
|
|
DB_PORT=5433
|
|
DB_NAME=edr_freight
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
# TYPEORM_LOGGING=true # uncomment for SQL logging
|