1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 18:43:36 +00:00

Added loggr logging for production environment.

This commit is contained in:
Kyle Spearrin
2016-02-06 23:45:33 -05:00
parent fea34e2826
commit ef3853d507
6 changed files with 33 additions and 4 deletions

View File

@@ -15,6 +15,10 @@
"mail": {
"apiKey": "SECRET",
"replyToEmail": "do-not-reply@bitwarden.com"
},
"loggr": {
"logKey": "SECRET",
"apiKey": "SECRET"
}
}
}