Skip to content

Commit

Permalink
chore: add auto delete environment variable server-specific configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisin0 committed Jul 26, 2024
1 parent 5e97878 commit 22aecdd
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 @@ -28,6 +28,10 @@
"description": "Set this to true to allow anyone to create batch links.",
"value": ""
},
"AUTO_DELETE": {
"description": "Number of minutes after which messages should be automatically deleted.",
"value": ""
},
"DISABLE_NOTIFICATION": {
"description": "Set this to true to send messages without a notification.",
"value": ""
Expand Down
1 change: 1 addition & 0 deletions okteto-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
BATCH_SIZE_LIMIT: $BATCH_SIZE_LIMIT
FSUB: $FSUB
DB_CHANNEL: $DB_CHANNEL
AUTO_DELETE: $AUTO_DELETE
resources:
cpu: 1000m
memory: 1Gi

0 comments on commit 22aecdd

Please sign in to comment.