diff --git a/examples/scope.example.json b/examples/scope.example.json new file mode 100644 index 0000000..95a2011 --- /dev/null +++ b/examples/scope.example.json @@ -0,0 +1,7 @@ +{ + "allowed_hosts": [ + "127.0.0.1", + "localhost" + ], + "allow_public": false +}