You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: player/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ For example:
28
28
| LRS_XAPI_VERSION | The LRS xAPI version ( if needed using an LRS) | No recommendation | No - only used if using an LRS |
29
29
| PLAYER_API_ROOT | The player API root, or location of the player to be used in networking with nginx | /cmi5/player | No - only used when using nginx to proxy |
30
30
| PLAYER_STANDALONE_LAUNCH_URL_BASE | The 'public friendly' location of the player. This is not the internal docker address, but the address that the player can be reached at from outside the network. | No recommendation - but example is "http://localhost/cmi5/player"| No - only used when using nginx to proxy |
31
+
| PLAYER_ALTERNATE_AUTH_HEADER | An optional header to check when processing auth from a client / browser request. This is a rare configuration value and should only be used when when a deployment environment overrides the expected `Authorization` header. The default auth header will still be used if the specified header value was not found in the request. | Empty, but for Platform One we use `cmi5Authorization`| No. |
0 commit comments