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: content/en/docs/private-platform/pmp-quickstart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,9 +196,9 @@ Svix is required if you want to use webhooks. Install the Svix component by doin
196
196
3. Select **Svix**, and then specify the following parameters:
197
197
198
198
* **POSTGRES_DSN** - A Postgres DSN, for example, `postgresql://postgres:postgres@pgbouncer/postgres`.
199
-
* **Image** - Optional. If you are using a self-signed TLS certificate, set this path to `{customer-private-image-registry-url}/svix/svix-server:v1.25.tls`.
199
+
* **Image** - The Svix image path. The default path is `svix/svix-server:v1.25.0`. If you are using a self-signed TLS certificate, set this path to `{customer-private-image-registry-url}/svix/svix-server:v1.25.tls`.
200
200
* **Use Redis** - Optional. Select this check box if you want to use Redis for message cache and queues.
201
-
* **REDIS_DSN** - This field is only available if you select the **Use Redis** check box. The Redis DSN, for example, `redis://redis:6379`.
201
+
* **REDIS_DSN** - The Redis DSN, for example, `redis://redis:6379`. This field is only available if you select the **Use Redis** check box.
0 commit comments