mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
Email invitation to an invited user.
New celery task to send the email.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#!/bin/bash
|
||||
export NOTIFY_API_ENVIRONMENT='config.Test'
|
||||
export ADMIN_BASE_URL='http://localhost:6012'
|
||||
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 INVITATION_EXPIRATION_DAYS=2
|
||||
export NOTIFY_JOB_QUEUE='notify-jobs-queue-test'
|
||||
export NOTIFICATION_QUEUE_PREFIX='notification_development-test'
|
||||
export SECRET_KEY='secret-key'
|
||||
|
||||
Reference in New Issue
Block a user