Skip to content

Commit

Permalink
Make MediaProxy.ttlSeconds optional to allow for forever media
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Jan 3, 2025
1 parent 586881f commit c1a94f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/slack-config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ properties:
type: "integer"
publicUrl:
type: "string"
required: ["signingKeyPath", "ttlSeconds", "bindPort", "publicUrl"]
required: ["signingKeyPath", "bindPort", "publicUrl"]
rtm:
type: object
required: ["enable"]
Expand Down

0 comments on commit c1a94f6

Please sign in to comment.