Skip to content
Open
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 content/docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"user-guide/errors",
"user-guide/dashboards",
"user-guide/sql-editor",
"user-guide/promql",
"user-guide/rbac",
"user-guide/log-iq",
"user-guide/openid",
Expand Down
6 changes: 5 additions & 1 deletion content/docs/self-hosted/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,8 @@ This section lists all the environment variables applicable to the OIDC mode. Th
| `P_OIDC_ISSUER` | `Yes` | The OIDC issuer URL, typically provided by your identity provider. It points to the OIDC authorization server. Should support discovery protocol. | `-` | `https://accounts.google.com` |
| `P_ORIGIN_URI` | `Yes` | The URI where Parseable is hosted or accessible. This should be the base URL of your Parseable instance. | `-` | `https://demo.parseable.com/` |

Refer to [OIDC](/docs/user-guide/openid) section for more details.
Refer to [OIDC](/docs/user-guide/openid) section for more details.

### Applicable to PromQL

Variables that tune Parseable's PromQL query engine — query splitting, per-query limits, distributed execution, and result caching — are documented on the [PromQL page](/docs/user-guide/promql#environment-variables).
1 change: 1 addition & 0 deletions content/docs/user-guide/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alerting",
"dashboards",
"sql-editor",
"promql",
"rbac",
"log-iq",
"openid"
Expand Down
Loading