Skip to content

Commit aa4d1cd

Browse files
committed
removed unnecessary spacing in docs
1 parent cc5b59f commit aa4d1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/env_vars.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ _NOTE:_ `LRSQL_STMT_RETRY_LIMIT` and `LRSQL_STMT_RETRY_BUDGET` are used to mitig
126126
| `LRSQL_SSL_PORT` | `sslPort` | The HTTPS port that the webserver will be open on. | `8443` |
127127
| `LRSQL_URL_PREFIX` | `urlPrefix` | The prefix of the webserver URL path, e.g. the prefix in `http://0.0.0.0:8080/xapi` is `/xapi`. Used when constructing the `more` value for multi-statement queries. Cannot start with `/admin`. *(Note: Only applies to LRS xapi endpoints, not admin/ui endpoints)* | `/xapi` |
128128
| `LRSQL_PROXY_PATH` | `proxyPath` | This path modification is exclusively for use with a proxy, such as apache or nginx or a load balancer, where a path is added to prefix the entire application (such as `https://www.mysystem.com/mylrs/xapi/statements`). This does not actually change the routes of the application, it informs the admin frontend where to look for the server endpoints based on the proxied setup, and thus must be used in conjunction with a third party proxy. If used, the value must start with a leading `/` but not end with one (e.g. `/mylrs` is valid, as is `/mylrs/b` but `/mylrs/` is not). Use with caution. | Not Set |
129-
| `LRSQL_AUTH_BY_CRED_ID` | `authByCredId` | Allows a call to the xAPI endpoints to use the admin account credentials / authorization instead of a call with raw xAPI credentials. Necessary when the xAPI endpoint is behind additional security/SSO and cannot have custom credentials in Authorization header. | false |
129+
| `LRSQL_AUTH_BY_CRED_ID` | `authByCredId` | Allows a call to the xAPI endpoints to use the admin account credentials/authorization instead of a call with raw xAPI credentials. Necessary when the xAPI endpoint is behind additional security/SSO and cannot have custom credentials in Authorization header. | false |
130130

131131
#### TLS/SSL Certificate
132132

0 commit comments

Comments
 (0)