33 lines
662 B
TOML
33 lines
662 B
TOML
main = "src/index.ts"
|
|
|
|
name = "aniplay-v2"
|
|
compatibility_date = "2023-12-01"
|
|
node_compat = true
|
|
|
|
[vars]
|
|
TURSO_URL = "http://127.0.0.1:8080"
|
|
QSTASH_URL = "https://qstash.upstash.io/v2/publish"
|
|
ENABLE_ANIFY = false
|
|
|
|
[env.production]
|
|
[env.production.vars]
|
|
TURSO_URL = "libsql://humble-argent-silverandroid.turso.io"
|
|
QSTASH_URL = "https://qstash.upstash.io/v2/publish"
|
|
ENABLE_ANIFY = false
|
|
|
|
# [[kv_namespaces]]
|
|
# binding = "MY_KV_NAMESPACE"
|
|
# id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
|
|
# [[r2_buckets]]
|
|
# binding = "MY_BUCKET"
|
|
# bucket_name = "my-bucket"
|
|
|
|
# [[d1_databases]]
|
|
# binding = "DB"
|
|
# database_name = "my-database"
|
|
# database_id = ""
|
|
|
|
# [ai]
|
|
# binding = "AI"
|