fix: update env

This commit is contained in:
2024-10-05 16:48:42 -04:00
parent 271ea01b21
commit 45edd284ee
2 changed files with 2 additions and 7 deletions

8
src/types/env.d.ts vendored
View File

@@ -1,15 +1,11 @@
// Generated by Wrangler on Mon Sep 02 2024 12:55:01 GMT-0400 (Eastern Daylight Time)
// by running `wrangler types src/types/env.d.ts`
import type { Env as HonoEnv } from "hono";
// Generated by Wrangler by running `wrangler types src/types/env.d.ts`
interface Env extends HonoEnv, Record<string, unknown> {
TURSO_URL: string;
TURSO_AUTH_TOKEN: string;
QSTASH_URL: string;
ENABLE_ANIFY: string;
ADMIN_SDK_JSON: string;
QSTASH_CURRENT_SIGNING_KEY: string;
QSTASH_NEXT_SIGNING_KEY: string;
QSTASH_TOKEN: string;
TURSO_AUTH_TOKEN: string;
}

View File

@@ -6,7 +6,6 @@ compatibility_date = "2024-09-23"
[vars]
TURSO_URL = "libsql://aniplay-v2-silverandroid.turso.io"
QSTASH_URL = "https://qstash.upstash.io/v2/publish"
ENABLE_ANIFY = true
[observability]