This commit is contained in:
jack ning
2025-05-21 15:37:41 +08:00
parent c183faaba6
commit 17a8879bad
6 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ services:
# bytedesk config
BYTEDESK_DEBUG: true
BYTEDESK_EDITION: ENTERPRISE
BYTEDESK_VERSION: 0.7.9
BYTEDESK_VERSION: 0.8.0
BYTEDESK_APPKEY: ZjoyMDI1LTA2LTExOkNPTU1VTklUWTo6
# enable custom config: name, logo, description
BYTEDESK_CUSTOM_ENABLED: false

View File

@@ -114,7 +114,7 @@ services:
# bytedesk config
BYTEDESK_DEBUG: true
BYTEDESK_EDITION: ENTERPRISE
BYTEDESK_VERSION: 0.7.9
BYTEDESK_VERSION: 0.8.0
BYTEDESK_APPKEY: ZjoyMDI1LTA2LTExOkNPTU1VTklUWTo6
# 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.7.9
bytedesk.version=0.8.0
# 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.6</springdoc.version>
<spring-ai.version>1.0.0-RC1</spring-ai.version>
<revision>0.7.9</revision>
<revision>0.8.0</revision>
</properties>
<dependencies>

View File

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

View File

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