13 lines
329 B
YAML
13 lines
329 B
YAML
# Honker configuration
|
|
# Copy this file to ~/.config/honker/config.yaml and edit to suit your setup.
|
|
|
|
# The Signal account number honker will use
|
|
account: "+15551234567"
|
|
|
|
# Contacts that are allowed to interact with honker
|
|
trusted_contacts:
|
|
- name: "Alice"
|
|
number: "+15559876543"
|
|
- name: "Bob"
|
|
number: "+15551112222"
|