Skip to content

Commit c7237bc

Browse files
author
Yang Guo
committed
add missing config into config template folder
1 parent 96a81e1 commit c7237bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/app-api.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ api.user.expire = 86400000
2323
### domain ###
2424
domain.api = http://localhost:8080
2525
domain.web = http://localhost:3000
26-
domain.cc = http://localhost:8080
26+
domain.cc = http://localhost:8080
27+
28+
task.job.toggle.execution_timeout = false
29+
## 6s expire job
30+
task.job.toggle.execution_create_session_duration = 600
31+
## 1h expire job
32+
task.job.toggle.execution_running_duration = 3600

0 commit comments

Comments
 (0)