github.com/haalcala/mattermost-server-change-repo/v5@v5.33.2/config.mk (about)

     1  # Do not modify this file, if you want to configure your own environment copy
     2  # this file in config.override.mk and modify that file, or defining environment
     3  # variables using the same names found here.
     4  
     5  # Enable services to be run in docker.
     6  #
     7  # Possible options: mysql, postgres, minio, inbucket, openldap, dejavu,
     8  # keycloak, elasticsearch, prometheus, and grafana.
     9  #
    10  # Must be space separated names.
    11  #
    12  # Example: mysql postgres elasticsearch
    13  ENABLED_DOCKER_SERVICES ?= mysql postgres inbucket
    14  
    15  # Disable entirely the use of docker
    16  MM_NO_DOCKER ?= false
    17  
    18  # Run the server in the background
    19  RUN_SERVER_IN_BACKGROUND ?= true
    20  
    21  # Data loaded by default in openldap when container starts.
    22  #
    23  # Posible options: test or qa
    24  LDAP_DATA ?= test