Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd22d5c5

Browse files
author
Thomasr
committed
rename to LOWCODER_COOKIE_MAX_AGE
1 parentea89be5 commitd22d5c5

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp