chore: update env variables
This commit is contained in:
4
src/types/env.d.ts
vendored
4
src/types/env.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user