export default { config }; var config = { "pep-credentials" : "########", "hosts" : [ { "host": "d4science-cdn", "audience" : "d4science-cdn", "allow-basic-auth" : false, "paths" : [ { "name" : "Default Resource", "path" : "^/d4s-cdn/config/.+$", "methods" : [ { "method" : "GET", "scopes" : ["get"] } ] }, { "name" : "Default Resource", "path" : "^/d4s-cdn/visuals/.*$", "methods" : [ { "method" : "GET" } ] }, { "name" : "Default Resource", "path" : "^/d4s-cdn/(?!visuals)(?!config)(?!services).+$", "methods" : [ { "method" : "GET" } ] }, { "name" : "Default Resource", "path" : "^/d4s-cdn/services/.*$", "methods" : [ { "method" : "OPTIONS" }, { "method" : "POST" }, { "method" : "HEAD" }, { "method" : "PUT" }, { "method" : "DELETE" }, { "method" : "GET" } ] } ] } ] }