feat(script): Add Signal settings hint

This commit is contained in:
hygienic-books 2025-03-09 05:13:31 +01:00
parent 108be98ec3
commit e188e3dcb7

View File

@ -33,7 +33,8 @@ message_event_other='%s triggered event "%s" in Traccar server.'
# syntax works. Most notably lookarounds are unsupported in ERE.
allow_unique_device_ids_posix_ere='^(901874|81919333|9991212)$'
# signal-cli-rest-api config
# signal-cli-rest-api config. These are all mandatory. Leaving them
# empty or not declaring them at all will cause the script to exit.
signal_sender_phone_number='+18005550199'
signal_recipients_array='["group.ImxvbmdpdH=","recipient.21","+18005550111","i-am-a-uuid"]'
signal_api_endpoint_full_path='https://fully.qualified.domain.name/v2/send'