mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-03 10:30:47 +08:00
@@ -45,17 +45,6 @@ app.user.replies-limit=${USER_REPLIES_LIMIT:50}
|
||||
# Length of extracted snippets for posts and search (-1 to disable truncation)
|
||||
app.snippet-length=${SNIPPET_LENGTH:200}
|
||||
|
||||
# OpenSearch integration
|
||||
opensearch.enabled=${OPENSEARCH_ENABLED:false}
|
||||
opensearch.hosts=${OPENSEARCH_HOSTS:}
|
||||
opensearch.username=${OPENSEARCH_USERNAME:}
|
||||
opensearch.password=${OPENSEARCH_PASSWORD:}
|
||||
opensearch.insecure=${OPENSEARCH_INSECURE:false}
|
||||
opensearch.connect-timeout=${OPENSEARCH_CONNECT_TIMEOUT:10s}
|
||||
opensearch.socket-timeout=${OPENSEARCH_SOCKET_TIMEOUT:30s}
|
||||
opensearch.max-results=${OPENSEARCH_MAX_RESULTS:50}
|
||||
opensearch.highlight-fallback-length=${OPENSEARCH_HIGHLIGHT_FALLBACK_LENGTH:${SNIPPET_LENGTH:200}}
|
||||
|
||||
# Captcha configuration
|
||||
app.captcha.enabled=${CAPTCHA_ENABLED:false}
|
||||
recaptcha.secret-key=${RECAPTCHA_SECRET_KEY:}
|
||||
|
||||
Reference in New Issue
Block a user