Add policy.json file

Add policy.json file to define the APIs policy.
This commit is contained in:
huangtianhua 2015-01-04 17:26:49 +08:00
parent 5b05cc76c4
commit 24039e05d5

4
etc/policy.json Normal file
View File

@ -0,0 +1,4 @@
{
"context_is_admin": "role:admin",
"deny_everybody": "!",
}