* remove email verification related code * remove email verification related code * remove sendgrid callback * remove sendgrid related code * remove sendgrid related code * rename sendgrid app to email * remove email from built-in channels * remove email from built-in channels * remove email from built-in channels * add email backend: https://github.com/grafana/oncall/pull/50 * add email templater * add email templater * convert md to html * add email settings to live settings * use task to send email, handle some exceptions to create logs * remove ERROR_NOTIFICATION_MAIL_DELIVERY_FAILED usage * add email limit logic * fix tests * add docs * remove old email templates * remove old email templates * add template_fields to messaging backend * add messaging backends templates to public api * add comment for deprecated fields * fix test * fix tests * disable email by default * don't retry on SMTPException and TimeoutError * add tests * bring email back to public api docs * return ERROR_NOTIFICATION_MAIL_LIMIT_EXCEEDED * make template_fields tuple * build_subject_and_title -> build_subject_and_message * add one more comment about template deprecation * use 8 as backend id * add comment about gaierror and BadHeaderError * add comment on importing in notify_user_async * edit oss docs
28 lines
614 B
Text
28 lines
614 B
Text
RUNSERVER_PORT=8080
|
|
|
|
SLACK_CLIENT_OAUTH_ID=
|
|
SLACK_CLIENT_OAUTH_SECRET=
|
|
SLACK_API_TOKEN=
|
|
SLACK_API_TOKEN_COMMON=
|
|
SLACK_SLASH_COMMAND_NAME=/oncall
|
|
|
|
TELEGRAM_WEBHOOK_HOST=
|
|
TELEGRAM_TOKEN=
|
|
|
|
TWILIO_ACCOUNT_SID=
|
|
TWILIO_VERIFY_SERVICE_SID=
|
|
TWILIO_AUTH_TOKEN=
|
|
TWILIO_NUMBER=
|
|
|
|
DJANGO_SETTINGS_MODULE=settings.dev
|
|
SECRET_KEY=jkashdkjashdkjh
|
|
BASE_URL=http://localhost:8080
|
|
|
|
FEATURE_TELEGRAM_INTEGRATION_ENABLED=True
|
|
FEATURE_SLACK_INTEGRATION_ENABLED=True
|
|
FEATURE_EXTRA_MESSAGING_BACKENDS_ENABLED=
|
|
|
|
SLACK_INSTALL_RETURN_REDIRECT_HOST=http://localhost:8080
|
|
SOCIAL_AUTH_REDIRECT_IS_HTTPS=False
|
|
|
|
GRAFANA_INCIDENT_STATIC_API_KEY=
|