Skip to content

Commit

Permalink
ops: add MULTI_FILTER environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisin0 committed Jul 9, 2024
1 parent b4030b9 commit 803d710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"AUTO_DELETE": {
"description": "Time in minutes after which filter results are automatically deleted.",
"value": ""
},
"MULTI_FILTER": {
"description": "Set to True if multiple filters should be processed for a single message.",
"value": ""
}
},
"buildpacks": [
Expand Down
1 change: 1 addition & 0 deletions okteto-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
MONGODB_URI: $MONGODB_URI
PORT: $PORT
AUTO_DELETE: $AUTO_DELETE
MULTI_FILTER: $MULTI_FILTER
resources:
cpu: 1000m
memory: 3Gi

0 comments on commit 803d710

Please sign in to comment.