{"properties": [ { "name": "kms.uris", "type": "java.lang.String", "description": "KMS URL's to which OpenVidu Server will try to connect. They are tested in order until a valid one is found" }, { "name": "openvidu.secret", "type": "java.lang.String", "description": "Secret used to connect to OpenVidu Server. This value is required when using the REST API or any server client, as well as when connecting to openvidu-server dashboard" }, { "name": "openvidu.publicurl", "type": "java.lang.String", "description": "URL to connect clients to OpenVidu Server. This must be the full IP of your OpenVidu Server, including protocol, host and port (for example: https://my.openvidu.server.ip:8443). If no port argument is provided, 'server.port' param will be appended to it" }, { "name": "openvidu.cdr", "type": "java.lang.String", "description": "Whether to enable Call Detail Record or not" }, { "name": "openvidu.recording", "type": "java.lang.String", "description": "Whether to start OpenVidu Server with recording module service available or not (a Docker image will be downloaded during the first execution). Apart from setting this param to true, it is also necessary to explicitly configure sessions to be recorded" }, { "name": "openvidu.recording.path", "type": "java.lang.String", "description": "Where to store the recorded video files" }, { "name": "openvidu.recording.free-access", "type": "java.lang.String", "description": "'true' to allow free access to the video files specified in 'openviu.recording.path'. 'false' to only allow access to authenticated users" } ]}