-
Notifications
You must be signed in to change notification settings - Fork 4
II.1.d. server
- server.chat.ttl
- server.ddosProtection.checkInterval
- server.ddosProtection.enabled
- server.ddosProtection.errorCode
- server.ddosProtection.errorData
- server.ddosProtection.maxWeight
- server.ddosProtection.rules
- server.ddosProtection.static
- server.ddosProtection.weight
- server.port
- server.rss.enabled
- server.rss.postCount
- server.rss.ttl
- server.youtubeApiKey
Time-to-live for the private chats (in minutes). If no new message is added within the TTL, the chat is deleted from the database.
Default: 10080
(7 days).
The port on which the server will listen for connections. Normally 80
, but the value may differ if the traffic goes through some HTTP server, such as nginx.
Default: 8080
.
Determines if the RSS feed is generated for each board.
By default RSS feed generation is enabled.
Number of posts to include in the RSS feed.
Default: 500
.
RSS feed time-to-live (in minutes). Every server.rss.ttl
minutes the RSS feed is regenerated.
Default: 60
(1 hour).
YouTube API key used to retrieve YouTube videos information in the posts and to markup the corresponding links properly (adding a tooltip with video title and thumbnail, and creating an expandable embedded YouTube player). YouTube API documentation.