Link alert emails

Almotra4 years ago

Hello,
I have a question, I did not find a solution.
When I receive the alert emails I have a link which directs me to http://127.0.0.1:8082 ..........
How can I get a link directing me to http://my domain name:8082 .....?

cordially
Alex

Norm4 years ago

Add an entry to your traccar.xml file. Then restart services.

<entry key="web.url">http://www.yourwebsite.com:8082</entry>

or IP Address

<entry key="web.url">XXX.XXX.XXX.XXX:8082</entry>
Almotra4 years ago

ok thank you i will try

hceccacci4 years ago

Almotra, please let us know if this issue was solved. Thanks!

Almotra4 years ago

Great, it works