doc
This commit is contained in:
parent
5ea85b97cb
commit
16b7d0ebc3
1 changed files with 8 additions and 0 deletions
|
|
@ -245,3 +245,11 @@ channel on which the values will be received:
|
|||
;;=> ["changed" "/tmp"]
|
||||
;;=> ["changed" "/tmp"]
|
||||
```
|
||||
|
||||
#### RUN_AS_BABASHKA_POD
|
||||
|
||||
Babashka will set the `RUN_AS_BABASHKA_POD` environment variable to `true` when
|
||||
invoking the pod. This can be used to determine if the program should behave as
|
||||
a pod or not.
|
||||
|
||||
Added in v0.0.94.
|
||||
|
|
|
|||
Loading…
Reference in a new issue