File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server/api-service/lowcoder-server/src/main/resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
5151debug : true
5252
Original file line number Diff line number Diff 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
9292material :
9393 mongodb-grid-fs :
You can’t perform that action at this time.
0 commit comments