mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 16:01:15 -05:00
73d0e67e68c40be7ad2d8dd5fee8fdec8c470dae
notifications-api
Notifications api Application for the notification api.
Read and write notifications/status queue. Get and update notification status.
mkvirtualenv -p /usr/local/bin/python3 notifications-api
export ADMIN_CLIENT_USER_NAME = 'dev-notify-admin'
export ADMIN_CLIENT_SECRET = 'dev-notify-secret-key'
export AWS_REGION='eu-west-1'
export DANGEROUS_SALT = 'dangerous-salt'
export DELIVERY_CLIENT_USER_NAME='dev-notify-delivery'
export DELIVERY_CLIENT_SECRET='dev-notify-secret-key'
export NOTIFY_JOB_QUEUE='notify-jobs-queue-[-unique-to-environment]'
export NOTIFICATION_QUEUE_PREFIX='notification_development[-unique-to-environment]'
export SECRET_KEY = 'secret-key'
export SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notification_api'
export VERIFY_CODE_FROM_EMAIL_ADDRESS='no-reply@notify.works'
Description
Languages
Python
98.5%
HCL
0.6%
Jinja
0.5%
Shell
0.3%
Makefile
0.1%