From 2e4fed50c84c3a3457f601a5866810f5a393362f Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Thu, 13 Mar 2014 16:10:43 +0100 Subject: disallow anonymous on dev.bm --- tags/development.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tags/development.json b/tags/development.json index 2c63c08..6ed2aa5 100644 --- a/tags/development.json +++ b/tags/development.json @@ -1,2 +1,5 @@ { + "service": { + "allow_anonymous": false + }, } -- cgit v1.2.3 From 0f7c593a3443da5efa030a26cd190b1171cd3de7 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Thu, 13 Mar 2014 17:00:17 +0100 Subject: typo --- tags/development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/development.json b/tags/development.json index 6ed2aa5..5f585ee 100644 --- a/tags/development.json +++ b/tags/development.json @@ -1,5 +1,5 @@ { "service": { "allow_anonymous": false - }, + } } -- cgit v1.2.3