summaryrefslogtreecommitdiff
path: root/database.rules.json
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 17:44:03 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 17:44:03 +0200
commite8dc39bf293aa0c6f2eb27104d5023c5a56e1ba4 (patch)
treeb938213388339b3fd3c2a367b2a55dd99861c426 /database.rules.json
parentf8018831b42fa9f534494babcd496f77e4709166 (diff)
parent48a4b8eaf531ed2eb14a053035e66b05ad36521e (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi
Diffstat (limited to 'database.rules.json')
-rw-r--r--database.rules.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/database.rules.json b/database.rules.json
new file mode 100644
index 0000000..f54493d
--- /dev/null
+++ b/database.rules.json
@@ -0,0 +1,7 @@
+{
+ /* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
+ "rules": {
+ ".read": false,
+ ".write": false
+ }
+} \ No newline at end of file