This commit is contained in:
jack ning
2025-06-18 16:50:10 +08:00
parent e45d33f8ea
commit 5659a66f82
6 changed files with 6 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ services:
# bytedesk config
BYTEDESK_DEBUG: "true"
# BYTEDESK_EDITION: ENTERPRISE
BYTEDESK_VERSION: 0.8.3
BYTEDESK_VERSION: 0.8.4
BYTEDESK_APPKEY: ZjoyMDI1LTA2LTIxOkVOVEVSUFJJU0U6Og==
# enable custom config: name, logo, description
BYTEDESK_CUSTOM_ENABLED: "false"

View File

@@ -115,7 +115,7 @@ services:
# bytedesk config
BYTEDESK_DEBUG: "true"
# BYTEDESK_EDITION: ENTERPRISE
BYTEDESK_VERSION: 0.8.3
BYTEDESK_VERSION: 0.8.4
BYTEDESK_APPKEY: ZjoyMDI1LTA2LTIxOkVOVEVSUFJJU0U6Og==
# enable custom config: name, logo, description
BYTEDESK_CUSTOM_ENABLED: "false"

View File

@@ -3,7 +3,7 @@
# ===============================
bytedesk.debug=true
bytedesk.edition=COMMUNITY
bytedesk.version=0.8.3
bytedesk.version=0.8.4
# enable custom config: name, logo, description
bytedesk.custom.enabled=false

View File

@@ -43,7 +43,7 @@
<flowable.version>7.1.0</flowable.version>
<springdoc.version>2.8.8</springdoc.version>
<spring-ai.version>1.0.0</spring-ai.version>
<revision>0.8.3</revision>
<revision>0.8.4</revision>
</properties>
<dependencies>

View File

@@ -6,7 +6,7 @@ bytedesk.debug=true
# ENTERPRISE, // 企业版-单租户,不限人,付费,功能不限
# PLATFORM // 平台版-多租户,不限人数,付费,功能不限
# bytedesk.edition=ENTERPRISE
bytedesk.version=0.8.3
bytedesk.version=0.8.4
# 授权 key
bytedesk.appkey=ZjoyMDI1LTA2LTIxOkVOVEVSUFJJU0U6Og==

View File

@@ -5,7 +5,7 @@
# ===============================
spring.application.name=bytedesk
application.title=https://www.weiyuai.cn
application.version=0.8.3
application.version=0.8.4
server.port=9003
# ===============================