fix(config): switch to new config style for emails, cc @lefnire

This commit is contained in:
Matteo Pagliazzi
2014-11-16 10:56:18 +01:00
parent f2ee452a33
commit 727c96e5da
2 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -20,9 +20,11 @@
"NEW_RELIC_APPLICATION_ID":"NEW_RELIC_APPLICATION_ID",
"NEW_RELIC_API_KEY":"NEW_RELIC_API_KEY",
"GA_ID": "GA_ID",
"EMAIL_SERVER_URL": "http://example.com",
"EMAIL_SERVER_AUTH_USER": "user",
"EMAIL_SERVER_AUTH_PASSWORD": "password",
"EMAIL_SERVER": {
"url": "http://example.com",
"authUser": "user",
"authPassword": "password"
},
"S3":{
"bucket":"bucket",
"accessKeyId":"accessKeyId",
@@ -33,5 +35,4 @@
"client_id":"client_id",
"client_secret":"client_secret"
}
}