Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add case sensitive username env #548

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs/references/core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ In default values, `protocol` will be either `http` or `https` according to your
| TRUST_PROXY_HEADER | `false` | `boolean` | Ditto. |
| ENDPOINT | `'protocol://localhost:$PORT'` | `string` | You may specify a URL with your custom domain for online testing or production. This will also affect the value of the [OIDC issuer identifier](https://openid.net/specs/openid-connect-core-1_0.html#IssuerIdentifier). |
| ADMIN_ENDPOINT | `'protocol://localhost:$ADMIN_PORT'` | `string` | You may specify a URL with your custom domain for production (E.g. `ADMIN_ENDPOINT=https://admin.domain.com`). This will also affect the value of Admin Console Redirect URIs. |
| CASE_SENSITIVE_USERNAME | `false` | `boolean` | Specifies whether the username is case-sensitive. Exercise caution when modifying this value; changes will not automatically adjust existing database data, requiring manual management. |

### Enabling HTTPS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ In default values, `protocol` will be either `http` or `https` according to your
| TRUST_PROXY_HEADER | `false` | `boolean` | Ditto. |
| ENDPOINT | `'protocol://localhost:$PORT'` | `string` | You may specify a URL with your custom domain for online testing or production. This will also affect the value of the [OIDC issuer identifier](https://openid.net/specs/openid-connect-core-1_0.html#IssuerIdentifier). |
| ADMIN_ENDPOINT | `'protocol://localhost:$ADMIN_PORT'` | `string` | You may specify a URL with your custom domain for production (E.g. `ADMIN_ENDPOINT=https://admin.domain.com`). This will also affect the value of Admin Console Redirect URIs. |
| CASE_SENSITIVE_USERNAME | `false` | `boolean` | Specifies whether the username is case-sensitive. Exercise caution when modifying this value; changes will not automatically adjust existing database data, requiring manual management. |

### Enabling HTTPS

Expand Down