Knock — notification infrastructure
knock/notifications · version 1
envs add knock/notifications
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
KNOCK_PUBLIC_KEY |
required | config | Knock says public keys only identify your account, are not secret, and can safely be made public in any client-side code. The prefix is Knock's own.. Shape ^pk_.+$. where to get it |
KNOCK_SECRET_KEY |
required | secret | Knock says secret keys can perform any API request and must be kept out of client-side code, repositories and unsecured buckets.. Shape ^sk_.+$. where to get it |