diff options
author | kwadronaut <kwadronaut@leap.se> | 2014-03-13 16:10:43 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2014-03-13 16:10:43 +0100 |
commit | 2e4fed50c84c3a3457f601a5866810f5a393362f (patch) | |
tree | 0954f18f511bf08d79c120dd209672dc7b92909b | |
parent | 2ef1d7e9ef59fe841d6fa02dda3e32099c4062ba (diff) |
disallow anonymous on dev.bm
-rw-r--r-- | tags/development.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 + }, } |