We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dd6ed commit 5558b72Copy full SHA for 5558b72
core/src/main/resources/flow.properties
@@ -11,8 +11,8 @@ app.admin.default-email=${FLOWCI_DEFAULT_ADMIN_EMAIL}
11
app.admin.default-password=${FLOWCI_DEFAULT_ADMIN_PASSWORD}
12
13
app.auth.enabled=true
14
-app.auth.expire-seconds=60
15
-app.auth.refresh-expired-seconds=7200
+app.auth.expire-seconds=7200
+app.auth.refresh-expired-seconds=14400
16
17
app.job.retry-waiting-seconds=10
18
0 commit comments