Skip to content

Commit a6d2389

Browse files
authored
Merge pull request #4 from Rookout/debug-envvar
add debug and controller env vars
2 parents 9df4c8e + e813c2a commit a6d2389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ provider:
2323
timeout: 30
2424
environment:
2525
'ROOKOUT_TOKEN': ${opt:token}
26-
'ROOKOUT_AGENT_HOST': ${opt:agenthost}
26+
'ROOKOUT_CONTROLLER_HOST': ${opt:agenthost}
2727
'ROOKOUT_ROOK_TAGS': 'tasks-multi-infra'
2828
'ROOKOUT_LABELS': 'app:tasks-multi-infra,env:${self:custom.stage},type:serverless'
29+
'ROOKOUT_DEBUG': 1
2930

3031
# The `functions` block defines what code to deploy
3132
functions:

0 commit comments

Comments
 (0)