Skip to content

Commit 3c1719d

Browse files
committed
fix: update scopes
Signed-off-by: Edward Ly <[email protected]>
1 parent 3a05cdc commit 3c1719d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
APP_ID := talk_bot_ai
44
APP_NAME := AssistantTalkBot
55
APP_VERSION := 3.0.0
6-
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"Assistant Talk Bot\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":10034,\"scopes\":[\"TALK\", \"TALK_BOT\"]}"
6+
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"Assistant Talk Bot\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":10034,\"scopes\":[\"ALL\"]}"
77

88
.PHONY: help
99
help:

appinfo/info.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ Refer to [How to install](https://github.com/cloud-py-api/talk_bot_ai/blob/main/
3232
<image-tag>3.0.0</image-tag>
3333
</docker-install>
3434
<scopes>
35-
<value>TALK</value>
36-
<value>TALK_BOT</value>
35+
<value>ALL</value>
3736
</scopes>
3837
<system>false</system>
3938
</external-app>

0 commit comments

Comments
 (0)