Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Jun 25, 2024
1 parent 460873e commit d868e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ There are a series of available environment variables:
| `NOTIFICATION_MAPURL` | If set to a URL, a link `$NOTIFICATION_MAPURL/mmsi=$mmsi` will be added to the notification. If the value is non-empty but doesn't start with "http" (e.g., if it's set to `on`, `$AIS-URL/mmsi=$mmsi` will be used. | empty | no |
| `NOTIFY_ONLY_NEW_ON_STARTUP` | If set to any non-empty value, when restarting the container, it will not notify for any vessels in its first run, and consider these vessels "already notified". This is to avoid spamming the notification service at initial startup when many non-notified vessels are discovered | empty | no |
| `NOTIFICATION_THROTTLE` | If set to any non-empty value, notifications will pause for 15 seconds for every 10 notifications in a run | empty | no |
| `LANGUAGE` | Set to make notifications in one of these supported languages: `ca_ES` (Catalan); `de_DE` (German); `en_US` (US English); `es_ES` (Spanish); `fr_FR` (French); `nl_NL` (Dutch). If omitted, it will default to `en_US` | `en_US` | no |
| `LANGUAGE` | Set to make notifications in one of these supported languages: `ca_ES` (Català); `de_DE` (Deutsch); `en_US` (US English); `es_ES` (Español); `fr_FR` (Français); `gl_ES`(Galego) `nl_NL` (Nederlands). If omitted, it will default to `en_US` | `en_US` | no |
| `LAT` | Latitude of receiver station. If Lat/Lon are included, the notification will contain a "Distance to Receiver" field | empty | no |
| `LON` | Longitude of receiver station. If Lat/Lon are included, the notification will contain a "Distance to Receiver" field | empty | no |

Expand Down

0 comments on commit d868e85

Please sign in to comment.