Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎client/packages/lowcoder-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-sdk",
3-
"version": "2.6.6",
3+
"version": "2.6.7",
44
"type": "module",
55
"files": [
66
"src",

‎server/api-service/lowcoder-server/src/main/resources/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ default:
5656
query-timeout: ${LOWCODER_DEFAULT_QUERY_TIMEOUT:10}
5757

5858
common:
59-
cookie-name: LOWCODER_CE_SELFHOST_TOKEN
59+
cookie-name: ${LOWCODER_COOKIE_NAME:LOWCODER_CE_SELFHOST_TOKEN}
6060
product: lowcoder
6161
domain:
6262
default-value: lowcoder.org

0 commit comments

Comments
 (0)
Please sign in to comment.