freematics-traccar-encrypted/server/config.sample.yml

9 lines
345 B
YAML
Raw Normal View History

2024-06-30 19:31:13 -06:00
# Your encryption key.
2024-06-27 17:16:47 -06:00
chacha_key: example123
2024-06-30 19:31:13 -06:00
# Destinations to forward messages to.
# Multiple destinations are supported.
2024-06-27 17:16:47 -06:00
destinations:
2024-06-30 19:31:13 -06:00
5171: # What port to listen on
address: 192.168.1.200 # The destination address of your Traccar server where messages should be forwared to.
port: 5171 # The destination port Traccar is listening.