Skip to content

Commit d22d5c5

Browse files
author
Thomasr
committed
rename to LOWCODER_COOKIE_MAX_AGE
1 parent ea89be5 commit d22d5c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ common:
4646
lowcoder-public-url: ${LOWCODER_PUBLIC_URL:http://localhost:3000}
4747
notifications-email-sender: ${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:info@localhost}
4848
cookie:
49-
max-age-in-hours: ${LOWCODER_COOKIE_MAX_AGE_IN_HOURS:24}
49+
max-age-in-hours: ${LOWCODER_COOKIE_MAX_AGE:24}
5050

5151
debug: true
5252

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ common:
8787
lowcoder-public-url: ${LOWCODER_PUBLIC_URL:http://localhost:3000}
8888
notifications-email-sender: ${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:info@localhost}
8989
cookie:
90-
max-age-in-hours: ${LOWCODER_COOKIE_MAX_AGE_IN_HOURS:24}
90+
max-age-in-hours: ${LOWCODER_COOKIE_MAX_AGE:24}
9191

9292
material:
9393
mongodb-grid-fs:

0 commit comments

Comments
 (0)