chore: add cloudflare env config and prompt plan
This commit is contained in:
+64
-1
@@ -40,5 +40,68 @@
|
||||
"bucket_name": "geo-agent-article-optimizer-local"
|
||||
}
|
||||
],
|
||||
"env": {}
|
||||
"env": {
|
||||
"staging": {
|
||||
"name": "geo-agent-article-optimizer-staging",
|
||||
"services": [
|
||||
{
|
||||
"binding": "WORKER_SELF_REFERENCE",
|
||||
"service": "geo-agent-article-optimizer-staging"
|
||||
}
|
||||
],
|
||||
"vars": {
|
||||
"APP_RUNTIME": "cloudflare",
|
||||
"LLM_PROVIDER": "deepseek",
|
||||
"DEEPSEEK_BASE_URL": "https://api.deepseek.com",
|
||||
"DEEPSEEK_MODEL": "deepseek-v4-pro",
|
||||
"DEEPSEEK_THINKING": "disabled",
|
||||
"OPENAI_MODEL": "gpt-4.1-mini"
|
||||
},
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "geo-agent-article-optimizer-staging",
|
||||
"database_id": "0162e94c-9f71-472c-ae78-13786578a2ac",
|
||||
"migrations_dir": "migrations"
|
||||
}
|
||||
],
|
||||
"r2_buckets": [
|
||||
{
|
||||
"binding": "EXPORT_BUCKET",
|
||||
"bucket_name": "geo-agent-article-optimizer-staging"
|
||||
}
|
||||
]
|
||||
},
|
||||
"production": {
|
||||
"name": "geo-agent-article-optimizer-production",
|
||||
"services": [
|
||||
{
|
||||
"binding": "WORKER_SELF_REFERENCE",
|
||||
"service": "geo-agent-article-optimizer-production"
|
||||
}
|
||||
],
|
||||
"vars": {
|
||||
"APP_RUNTIME": "cloudflare",
|
||||
"LLM_PROVIDER": "deepseek",
|
||||
"DEEPSEEK_BASE_URL": "https://api.deepseek.com",
|
||||
"DEEPSEEK_MODEL": "deepseek-v4-pro",
|
||||
"DEEPSEEK_THINKING": "disabled",
|
||||
"OPENAI_MODEL": "gpt-4.1-mini"
|
||||
},
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "geo-agent-article-optimizer-production",
|
||||
"database_id": "8161ceeb-76c6-40fd-9f38-32ec7ab8f2b1",
|
||||
"migrations_dir": "migrations"
|
||||
}
|
||||
],
|
||||
"r2_buckets": [
|
||||
{
|
||||
"binding": "EXPORT_BUCKET",
|
||||
"bucket_name": "geo-agent-article-optimizer-production"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user