File tree 2 files changed +2
-2
lines changed
server/api-service/lowcoder-server/src/main/resources
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ common:
46
46
lowcoder-public-url : ${LOWCODER_PUBLIC_URL:http://localhost:3000}
47
47
notifications-email-sender : ${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:info@localhost}
48
48
cookie :
49
- max-age-in-hours : ${LOWCODER_COOKIE_MAX_AGE_IN_HOURS :24}
49
+ max-age-in-hours : ${LOWCODER_COOKIE_MAX_AGE :24}
50
50
51
51
debug : true
52
52
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ common:
87
87
lowcoder-public-url : ${LOWCODER_PUBLIC_URL:http://localhost:3000}
88
88
notifications-email-sender : ${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:info@localhost}
89
89
cookie :
90
- max-age-in-hours : ${LOWCODER_COOKIE_MAX_AGE_IN_HOURS :24}
90
+ max-age-in-hours : ${LOWCODER_COOKIE_MAX_AGE :24}
91
91
92
92
material :
93
93
mongodb-grid-fs :
You can’t perform that action at this time.
0 commit comments