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: docs/pages/references/configuration.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Global configurations are provided through env variables or a YAML file. ConfigM
83
83
|`PORTAL_ORGANIZATION_NAME`| Organization name displayed in the Outpost Portal. |`nil`| No |
84
84
|`PORTAL_PROXY_URL`| URL to proxy the Outpost Portal through. If set, Outpost serves the portal assets, and this URL is used as the base. Must be a valid URL. |`nil`| No |
85
85
|`PORTAL_REFERER_URL`| The expected Referer URL for accessing the portal. This is a security measure. Required if the Outpost Portal is enabled/used. Example: 'https://admin.example.com'.|`nil`| Conditional |
86
-
|`POSTGRES_URL`| Connection URL for PostgreSQL, used as an alternative log storage. Example: 'postgres://user:pass@host:port/dbname?sslmode=disable'. Required if ClickHouse is not configured and log storage is needed. |`nil`|Conditional|
86
+
|`POSTGRES_URL`| Connection URL for PostgreSQL, used for log storage. Example: 'postgres://user:pass@host:port/dbname?sslmode=disable'. |`nil`|Yes|
87
87
|`PUBLISH_AWS_SQS_ACCESS_KEY_ID`| AWS Access Key ID for the SQS publish queue. Required if AWS SQS is the chosen publish MQ provider. |`nil`| Conditional |
88
88
|`PUBLISH_AWS_SQS_ENDPOINT`| Custom AWS SQS endpoint URL for the publish queue. Optional. |`nil`| No |
89
89
|`PUBLISH_AWS_SQS_QUEUE`| Name of the SQS queue for publishing events. Required if AWS SQS is the chosen publish MQ provider. |`nil`| Conditional |
@@ -405,8 +405,8 @@ portal:
405
405
referer_url: ""
406
406
407
407
408
-
# Connection URL for PostgreSQL, used as an alternative log storage. Example: 'postgres://user:pass@host:port/dbname?sslmode=disable'. Required if ClickHouse is not configured and log storage is needed.
409
-
# Required: Conditional
408
+
# Connection URL for PostgreSQL, used for log storage. Example: 'postgres://user:pass@host:port/dbname?sslmode=disable'.
PostgresURLstring`yaml:"postgres" env:"POSTGRES_URL" desc:"Connection URL for PostgreSQL, used as an alternative log storage. Example: 'postgres://user:pass@host:port/dbname?sslmode=disable'. Required if ClickHouse is not configured and log storage is needed." required:"C"`
63
+
PostgresURLstring`yaml:"postgres" env:"POSTGRES_URL" desc:"Connection URL for PostgreSQL, used for log storage. Example: 'postgres://user:pass@host:port/dbname?sslmode=disable'." required:"Y"`
0 commit comments