diff options
author | kwadronaut <kwadronaut@leap.se> | 2014-03-20 21:09:17 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2014-03-20 21:09:17 +0100 |
commit | 3eae42829a860dd0fa2f60ac919ee7e70c9948ca (patch) | |
tree | 26aba4f9280c37f8d4d7ea3a672d7b13beac5829 | |
parent | 9cd35ae9dbe5ea08e09459d9a14a22771354d112 (diff) |
try ae2936655c50e369c0150ff4c049cdcf696848a7 from leap_cli: use speciifc
provider.json for other env
-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 - } } |