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