diff options
-rw-r--r-- | provider.development.json | 6 | ||||
-rw-r--r-- | tags/development.json | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/provider.development.json b/provider.development.json new file mode 100644 index 0000000..6b4605d --- /dev/null +++ b/provider.development.json @@ -0,0 +1,6 @@ +// +// General service provider configuration. +// +"service": { + "allow_anonymous": false +}, diff --git a/tags/development.json b/tags/development.json index 5f585ee..2c63c08 100644 --- a/tags/development.json +++ b/tags/development.json @@ -1,5 +1,2 @@ { - "service": { - "allow_anonymous": false - } } |