mirror of
https://github.com/blackboxprogramming/gitea-ai-platform.git
synced 2026-03-18 06:03:59 -05:00
enhance: add wrangler.toml deploy config
This commit is contained in:
@@ -1,18 +1,13 @@
|
|||||||
name = "gitea-ai-platform"
|
name = "gitea-ai-platform"
|
||||||
main = "src/index.ts"
|
main = "src/index.ts"
|
||||||
compatibility_date = "2024-12-01"
|
compatibility_date = "2024-12-01"
|
||||||
workers_dev = true
|
|
||||||
|
|
||||||
[vars]
|
[vars]
|
||||||
GITEA_URL = "https://gitea.blackroad.io"
|
GITEA_URL = "https://git.blackroad.io"
|
||||||
|
|
||||||
[[kv_namespaces]]
|
[[kv_namespaces]]
|
||||||
binding = "DEPLOY_LOG"
|
binding = "DEPLOY_LOG"
|
||||||
id = "e92c0397f4444f88a455629830bc842d"
|
id = "placeholder"
|
||||||
|
|
||||||
[ai]
|
[ai]
|
||||||
binding = "AI"
|
binding = "AI"
|
||||||
|
|
||||||
[[routes]]
|
|
||||||
pattern = "platform.blackroad.io"
|
|
||||||
custom_domain = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user