Skip to content
Snippets Groups Projects
Commit a46c7ad9 authored by Viktor Vorobev's avatar Viktor Vorobev
Browse files

Merged in NRRPLT-8919 (pull request #5)

[NRRPLT-8919]

* [NRRPLT-8919]
parent 080cfaa4
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
"refreshInterval": 5000,
"auth": {
"renewInternal": 600000,
"clientId": "nrp-backend-proxy",
"clientId": "nrp-proxy",
"clientSecret": "<client_oidc_secret>",
"url": "https://iam.ebrains.eu/auth/realms/hbp",
"url": "https://iam-int.ebrains.eu/auth/realms/hbp",
"deactivate": true
},
"port": 8443,
......
{
"nrpVersion": "4.0.0",
"refreshInterval": 5000,
"auth": {
"renewInternal": 600000,
"clientId": "nrp-proxy",
"clientSecret": "EFco68t3e2bwO2i3IBGf4s7UKQEhL+tf",
"url": "https://iam-int.ebrains.eu/auth/realms/hbp",
"deactivate": false
},
"port": 8443,
"modelsPath": "$HBP/Models",
"templatesPath": "$HBP/nrp-core/examples/templates",
"servers": {
"localhost": {
"internalIp": "http://localhost:8080",
"nrp-services": "http://localhost:8080",
"serverJobLocation": "local"
}
},
"storage": "FS",
"authentication": "Collab",
"backendScripts": {
"restart-backend":
"$HBP/nrp-user-scripts/config_files/nrp-proxy/restart-backend.sh"
}
}
......@@ -3,9 +3,9 @@
"refreshInterval": 5000,
"auth": {
"renewInternal": 600000,
"clientId": "nrp-backend-proxy",
"clientId": "nrp-proxy",
"clientSecret": "<client_oidc_secret>",
"url": "https://iam.ebrains.eu/auth/realms/hbp",
"url": "https://iam-int.ebrains.eu/auth/realms/hbp",
"deactivate": true
},
"port": 8443,
......
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