Skip to main content
Version: v2025.4.0

This section describes the various FlowerDocs Core configurations to be defined in the application's core.properties file.

General

PropertyDescription
system.admin.usernameSystem account identifier
system.admin.passwordSystem account password, can be encrypted with a secret
token.keyToken shared between FlowerDocs Core, FlowerDocs GUI and ARender HMI
secretSecret used to encode password (optional)
core.contextApplication context

Logging

PropertyDescription
logging.file.nameLog file path and name
logging.level.rootLog level: WARN, ERROR, INFO, DEBUG

OpenSearch

PropertyDescription
es.nodesAddresses of the various OpenSearch nodes separated by a ,
es.clusterOpenSearch cluster name
es.usernameUser name (optional)
es.passwordUser password (optional)

Redis

PropertyDescription
redis.enabledEnables Redis, a prerequisite for high availability
spring.redis.hostHost name Redis
spring.redis.portRedis listening port

ARender

PropertyDescription
arender.rendition.nodesAddress of the ARender rendition or a Load Balancer

It is not recommended to modify ARender properties by setting parameters in the core.properties file. Properties that are not defined in the documentation are not qualified by FlowerDocs: the correct operation of the application is therefore not guaranteed with these modifications.