17 lines
539 B
Plaintext
17 lines
539 B
Plaintext
# Elasticsearch environment variables
|
|
# This file will be copied to /app/data/.env during installation
|
|
|
|
# Java memory settings - leave empty to auto-configure based on container limits
|
|
ES_JAVA_HEAP=
|
|
|
|
# Comma or space separated list of plugins to install automatically
|
|
# analysis-icu is required for Nextcloud full-text search with language analyzers
|
|
ES_PLUGINS_INSTALL=analysis-icu
|
|
|
|
# Security settings - DO NOT CHANGE
|
|
ES_JAVA_HOME=/app/data/jdk
|
|
ES_PATH_CONF=/app/data/config
|
|
|
|
# Certificate password - DO NOT CHANGE
|
|
CERT_PASSWORD=cloudron
|