1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-24 22:11:24 +01:00
bitwarden-server/src/Billing/settings.json

15 lines
194 B
JSON
Raw Normal View History

2017-03-18 23:52:44 +01:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"globalSettings": {
},
"billingSettings": {
"stripeWebhookKey": "SECRET"
2017-03-18 23:52:44 +01:00
}
}