SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit cf843417 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add mailgun settings to staging

parent a56815e3
No related branches found
No related tags found
No related merge requests found
...@@ -36,3 +36,7 @@ WSGI_APPLICATION = 'SciPost_v1.wsgi_staging_do1.application' ...@@ -36,3 +36,7 @@ WSGI_APPLICATION = 'SciPost_v1.wsgi_staging_do1.application'
#MONGO_DATABASE['user'] = get_secret('MONGO_DB_USER') #MONGO_DATABASE['user'] = get_secret('MONGO_DB_USER')
#MONGO_DATABASE['password'] = get_secret('MONGO_DB_PASSWORD') #MONGO_DATABASE['password'] = get_secret('MONGO_DB_PASSWORD')
#MONGO_DATABASE['port'] = get_secret('MONGO_DB_PORT') #MONGO_DATABASE['port'] = get_secret('MONGO_DB_PORT')
# Mailgun credentials
MAILGUN_DOMAIN_NAME = get_secret('MAILGUN_DOMAIN_NAME')
MAILGUN_API_KEY = get_secret('MAILGUN_API_KEY')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment