add quotes code

This commit is contained in:
2025-06-11 01:48:56 -05:00
parent 33eb82df27
commit 0e8fc31e28
2 changed files with 23 additions and 0 deletions

View File

@ -28,6 +28,9 @@ quip_file = getenv('QUIP_FILE')
quip_tags = getenv('QUIP_TAGS')
quip_token = getenv('QUIP_TOKEN')
## Quotes file path
quotes_source = getenv('QUOTES_SOURCE')
# Pushover creds
po_endpoint = getenv('PUSHOVER_ENDPOINT')
po_user_token = getenv('PUSHOVER_USER_TOKEN')