You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
unboundedpress/restheart/etc/config.properties.template

19 lines
599 B
Plaintext

5 years ago
## RESTHeart Configuration properties.
# Optional properties to set important values in restheart.yml
# Documentation: https://restheart.org/learn/configuration-file/
##
instance-name = restheart-docker
#### Can be PLAIN_JSON or HAL
default-representation-format = PLAIN_JSON
mongo-uri = mongodb://username:password@mongodb
# Replace username/password with a temporary authorization token
auth-token-enabled = true
auth-token-ttl = 15
# Max number of documents when the "pagesize" query parameter is not specified
# see https://restheart.org/learn/query-documents/#paging
default-pagesize = 100