Commit 4e1593eb by Feanil Patel

Correctly name base policies.

parent 80e3517a
...@@ -2952,7 +2952,7 @@ ...@@ -2952,7 +2952,7 @@
}, },
"Path": "/", "Path": "/",
"Policies": [ { "Policies": [ {
"PolicyName": "ForumBasePolicy", "PolicyName": "XqueueBasePolicy",
"PolicyDocument": { "PolicyDocument": {
"Statement":[ "Statement":[
{ {
...@@ -2995,7 +2995,7 @@ ...@@ -2995,7 +2995,7 @@
}, },
"Path": "/", "Path": "/",
"Policies": [ { "Policies": [ {
"PolicyName": "EdxAppBasePolicy", "PolicyName": "XServerBasePolicy",
"PolicyDocument": { "PolicyDocument": {
"Statement":[ "Statement":[
{ {
...@@ -3038,7 +3038,7 @@ ...@@ -3038,7 +3038,7 @@
}, },
"Path": "/", "Path": "/",
"Policies": [ { "Policies": [ {
"PolicyName": "EdxAppBasePolicy", "PolicyName": "ForumBasePolicy",
"PolicyDocument": { "PolicyDocument": {
"Statement":[ "Statement":[
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment