feat(script): Add Signal settings hint
This commit is contained in:
parent
108be98ec3
commit
e188e3dcb7
@ -33,7 +33,8 @@ message_event_other='%s triggered event "%s" in Traccar server.'
|
|||||||
# syntax works. Most notably lookarounds are unsupported in ERE.
|
# syntax works. Most notably lookarounds are unsupported in ERE.
|
||||||
allow_unique_device_ids_posix_ere='^(901874|81919333|9991212)$'
|
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_sender_phone_number='+18005550199'
|
||||||
signal_recipients_array='["group.ImxvbmdpdH=","recipient.21","+18005550111","i-am-a-uuid"]'
|
signal_recipients_array='["group.ImxvbmdpdH=","recipient.21","+18005550111","i-am-a-uuid"]'
|
||||||
signal_api_endpoint_full_path='https://fully.qualified.domain.name/v2/send'
|
signal_api_endpoint_full_path='https://fully.qualified.domain.name/v2/send'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user