diff options
| author | Fuwn <[email protected]> | 2025-08-28 12:04:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-08-28 12:04:37 -0700 |
| commit | 5ab3158d473af7c5b7e4f901fa187648961cb2ad (patch) | |
| tree | ac42aaa21e40118acaecbe3c15219352c9673a4a /render.yaml | |
| parent | feat: Add health API endpoint (diff) | |
| download | umabot-5ab3158d473af7c5b7e4f901fa187648961cb2ad.tar.xz umabot-5ab3158d473af7c5b7e4f901fa187648961cb2ad.zip | |
feat: Add user-specified roleplay post limit
Diffstat (limited to 'render.yaml')
| -rw-r--r-- | render.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/render.yaml b/render.yaml index 40ec5b2..7fc71f9 100644 --- a/render.yaml +++ b/render.yaml @@ -23,6 +23,8 @@ services: value: "60" - key: MAX_POSTS_PER_DAY value: "3" + - key: MAX_ROLEPLAY_POSTS_PER_DAY + value: "1" - key: DRY_RUN value: "false" - key: SPAM_MESSAGE |