2020-07-13 16:29:39 -04:00
|
|
|
# Do not modify this file, if you want to configure your own environment copy
|
|
|
|
|
# this file in config.override.mk and modify that file, or defining environment
|
|
|
|
|
# variables using the same names found here.
|
|
|
|
|
|
|
|
|
|
# Enable services to be run in docker.
|
|
|
|
|
#
|
2025-07-22 11:10:55 -04:00
|
|
|
# Possible options: postgres, minio, inbucket, openldap, dejavu,
|
2024-09-18 09:43:44 -04:00
|
|
|
# keycloak, elasticsearch, opensearch, redis, prometheus,
|
|
|
|
|
# grafana, loki and promtail.
|
2020-07-13 16:29:39 -04:00
|
|
|
#
|
2020-08-11 04:41:23 -04:00
|
|
|
# Must be space separated names.
|
2020-07-13 16:29:39 -04:00
|
|
|
#
|
2025-07-22 11:10:55 -04:00
|
|
|
# Example: postgres elasticsearch
|
2025-10-23 08:08:53 -04:00
|
|
|
ENABLED_DOCKER_SERVICES ?= postgres inbucket redis prometheus grafana loki promtail
|
2020-07-13 16:29:39 -04:00
|
|
|
|
|
|
|
|
# Disable entirely the use of docker
|
|
|
|
|
MM_NO_DOCKER ?= false
|
|
|
|
|
|
|
|
|
|
# Run the server in the background
|
|
|
|
|
RUN_SERVER_IN_BACKGROUND ?= true
|
|
|
|
|
|
|
|
|
|
# Data loaded by default in openldap when container starts.
|
|
|
|
|
#
|
2022-01-19 23:37:27 -05:00
|
|
|
# Possible options: test or qa
|
2020-07-13 16:29:39 -04:00
|
|
|
LDAP_DATA ?= test
|
2021-04-22 08:25:56 -04:00
|
|
|
|
|
|
|
|
# Mock the CWS.
|
|
|
|
|
MM_ENABLE_CWS_MOCK ?= false
|