Files
edr-platform/apps/edr-gps-tracker/.env.example
2026-08-25 00:11:39 +03:00

14 lines
494 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
# The single, schema-separated platform database (same DB as @edr/freight-api).
# This app only writes freight.gps_devices / freight.gps_positions — both
# schema-qualified on the entities — and NEVER runs migrations.
DB_HOST=localhost
DB_PORT=5432
DB_NAME=edr_database
DB_USER=edr
DB_PASSWORD=edr_secret
# TYPEORM_LOGGING=true # uncomment for SQL logging