add quotes code
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user