Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

config.json.sample.docker

Blame
  • Sandro Weber's avatar
    Sandro Weber authored
    [NRRPLT-8623] added nrpVersion to proxy config template
    
    * [NRRPLT-8623] added nrpVersion to proxy config template
    
    * [NRRPLT-8623] added nrpVersion to proxy config template
    
    
    Approved-by: Viktor Vorobev
    3bc9eed2
    History
    config.json.sample.docker 1.25 KiB
    {
      "nrpVersion": "3.2.1",
      "refreshInterval": 5000,
      "auth": {
            "renewInternal": 600000,
            "clientId": "nrp-backend-proxy",
            "clientSecret": "<client_oidc_secret>",
            "url": "https://iam.ebrains.eu/auth/realms/hbp",
            "deactivate": true
      },
      "port": 8443,
      "modelsPath": "$HBP/Models",
      "experimentsPath": "$HBP/Experiments",
      "servers": {
            "local_docker-8090": {
              "internalIp": "http://<nrp_IP>:<nrp_port>",
              "gzweb": {
                    "assets": "http://<proxy_ip>:<proxy_port>/local_docker-8090/assets",
                    "nrp-services": "http://<proxy_ip>:<proxy_port>/local_docker-8090",
                    "videoStreaming": "http://<proxy_ip>:<proxy_port>/local_docker-8090/webstream/",
                    "websocket": "ws://<proxy_ip>:<proxy_port>/local_docker-8090/gzbridge"
              },
              "rosbridge": {
                    "websocket": "ws://<proxy_ip>:<proxy_port>/local_docker-8090/rosbridge"
              },
              "serverJobLocation": "local"
            }
      },
      "storage": "FS",
      "authentication": "FS",
      "backendScripts": {
            "restart-backend":
              "$HBP/user-scripts/config_files/nrpBackendProxy/restart-backend.sh"
      },
      "activity-logs": {
            "localfile": "/tmp/nrp_activity.log"
      }
    }