mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 07:01:27 -07:00
fixup notifications
This commit is contained in:
@@ -5,6 +5,12 @@ import type { NotificationsHub } from './notifications-hub'
|
||||
export type Env = SharedHonoEnv & {
|
||||
/** Durable Object hosting the SignalR notifications hub. */
|
||||
RECFLARE_NOTIFICATIONS_HUB: DurableObjectNamespace<NotificationsHub>
|
||||
/**
|
||||
* HS256 JWT signing key, read with `await env.JWT_SECRET.get()`; all workers
|
||||
* bind the same store so tokens signed by `auth` verify here. Used to gate the
|
||||
* internal send/broadcast endpoints.
|
||||
*/
|
||||
JWT_SECRET: SecretsStoreSecret
|
||||
}
|
||||
|
||||
/** Variables can be extended */
|
||||
|
||||
Reference in New Issue
Block a user