We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9df4c8e + e813c2a commit a6d2389Copy full SHA for a6d2389
serverless.yml
@@ -23,9 +23,10 @@ provider:
23
timeout: 30
24
environment:
25
'ROOKOUT_TOKEN': ${opt:token}
26
- 'ROOKOUT_AGENT_HOST': ${opt:agenthost}
+ 'ROOKOUT_CONTROLLER_HOST': ${opt:agenthost}
27
'ROOKOUT_ROOK_TAGS': 'tasks-multi-infra'
28
'ROOKOUT_LABELS': 'app:tasks-multi-infra,env:${self:custom.stage},type:serverless'
29
+ 'ROOKOUT_DEBUG': 1
30
31
# The `functions` block defines what code to deploy
32
functions:
0 commit comments