From 403a2670b13723e7dd85575cce2260bf3ce39a71 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 29 Dec 2022 15:48:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0deta.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deta.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/deta.json b/deta.json index c42c897..eae1f93 100644 --- a/deta.json +++ b/deta.json @@ -5,8 +5,14 @@ "env": [ { "key": "COUNTER_DB", - "description": "数据库类型, 默认是sqlite3, 也可以使用mysql, 格式: user:pwd@host:port/db", - "value": "sqlite3", + "description": "数据库类型, 部署到Deta默认是deta, 手动部署是sqlite3, 也可以使用mysql, 格式: user:pwd@host:port/db", + "value": "deta", + "required": true + }, + { + "key": "PJ_DETA", + "description": "如果你不知道这是什么请不要修改, 随意修改会导致程序无法运行", + "value": "c0pb0yjj_fRjtHCFgTaef1iCaSr8hBUm9pM9rrsYf", "required": true } ]