Files
notifications-api/app/variables.py
T

11 lines
253 B
Python
Raw Normal View History

# all jobs for letters created via the api must have this filename
LETTER_API_FILENAME = 'letter submitted via api'
LETTER_TEST_API_FILENAME = 'test letter submitted via api'
2018-02-09 17:13:37 +00:00
# S3 tags
class Retention:
KEY = 'retention'
ONE_WEEK = 'ONE_WEEK'