pep/src/config2.js

33 lines
1001 B
JavaScript

export default { config };
var config = {
"pep_credentials" : "w1mXHx5agliwL2dc3Bf14jwCduG1NUgf",
"debug": true,
"accounting": {
"scope": "/d4science.research-infrastructures.eu/D4OS/EcologicalRestorationLab",
"service_name": "shinyproxy_bluecloud_erl",
"host": "shinyproxy-ecologicalrestorationlab-pep.d4science.org"
},
"hosts": [
{
"host": ["shinyproxy-ecologicalrestorationlab-pep.d4science.org"],
"audience": "shinyproxy_bluecloud-erl",
"allow-basic-auth": "false",
"paths": [
{
"name": "Default Resource",
"path": "^/?.*$",
"methods": [
{
"method": "GET"
},
{
"method": "POST"
}
]
}
]
}
]
}