summarylogtreecommitdiffstats
path: root/settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'settings.js')
-rw-r--r--settings.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.js b/settings.js
new file mode 100644
index 000000000000..c51c1bf05c3f
--- /dev/null
+++ b/settings.js
@@ -0,0 +1,6 @@
+var bitwardenAppSettings = {
+ iconsUri: "/icons",
+ stripeKey: null,
+ braintreeKey: null,
+ selfHosted: true
+}; \ No newline at end of file