summarylogtreecommitdiffstats
path: root/settings.js
blob: c51c1bf05c3f80ef185b7c07ab69c541699d58ca (plain)
1
2
3
4
5
6
var bitwardenAppSettings = {
    iconsUri: "/icons",
    stripeKey: null,
    braintreeKey: null,
    selfHosted: true
};