feat(loggly): add test log, use only in production and add sample config

This commit is contained in:
Matteo Pagliazzi
2014-12-12 12:17:48 +01:00
parent 7356e0bafe
commit af1ff6d740
3 changed files with 23 additions and 13 deletions
+7 -1
View File
@@ -42,5 +42,11 @@
"client_id":"client_id",
"client_secret":"client_secret"
},
"IAP_GOOGLE_KEYDIR": "/path/to/google/public/key/dir/"
"IAP_GOOGLE_KEYDIR": "/path/to/google/public/key/dir/",
"LOGGLY": {
"subdomain": "subdomain",
"token": "token",
"username": "username",
"password": "password"
}
}