chore: update env variables

This commit is contained in:
2024-06-03 07:39:55 -04:00
parent be5dedc51c
commit f56f844a88
2 changed files with 6 additions and 3 deletions

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

@@ -1,7 +1,9 @@
// Generated by Wrangler on Sun May 26 2024 09:50:50 GMT-0400 (Eastern Daylight Time)
// Generated by Wrangler on Mon Jun 03 2024 07:38:32 GMT-0400 (Eastern Daylight Time)
// by running `wrangler types src/types/env.d.ts`
import type { Env as HonoEnv } from "hono";
interface Env extends HonoEnv {
ENABLE_ANIFY: string;
TURSO_URL: string;
QSTASH_URL: string;
}

View File

@@ -4,8 +4,9 @@ name = "aniplay-v2"
compatibility_date = "2023-12-01"
node_compat = true
# [vars]
# MY_VAR = "my-variable"
[vars]
TURSO_URL = "libsql://humble-argent-silverandroid.turso.io"
QSTASH_URL = "https://qstash.upstash.io/v2/publish"
# [[kv_namespaces]]
# binding = "MY_KV_NAMESPACE"