Skip to content

Commit ccfd15a

Browse files
dragonpooludomikula
authored andcommitted
Introduce env variable for cookie name
1 parent 42e61d0 commit ccfd15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)