site: enable in-page-console, project-builder, web-designer, qa (qa heartbeat 60)
This commit is contained in:
parent
f287f74448
commit
25f281f659
1 changed files with 6 additions and 0 deletions
|
|
@ -25,5 +25,11 @@
|
||||||
"route": "/devconsole",
|
"route": "/devconsole",
|
||||||
"tokenFile": "agents/.env",
|
"tokenFile": "agents/.env",
|
||||||
"tokenKey": "ADMIN_TOKEN"
|
"tokenKey": "ADMIN_TOKEN"
|
||||||
|
},
|
||||||
|
"agents": {
|
||||||
|
"enabled": ["in-page-console", "project-builder", "web-designer", "qa"],
|
||||||
|
"settings": {
|
||||||
|
"qa": { "heartbeatMin": 60, "autofix": true }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue