ports/databases/metabase/files/metabase.conf

26 lines
724 B
Text

# Metabase configuration file
#
# See https://www.metabase.com/docs/latest/operations-guide/start.html
# for a full listing of all configurable options.
# User password complexity and min length, <weak|normal|strong>
#MB_PASSWORD_COMPLEXITY=normal
#MB_PASSWORD_LENGTH=10
# By default Metabase will listen on localhost on port 3000.
#MB_JETTY_HOST=0.0.0.0
#MB_JETTY_PORT=3000
# Default config database is built-in H2. Use any one of <postgres|mysql|h2>
#MB_DB_TYPE=postgres
# If using a diffrent config database specify the name, port, user, pass, and host
#MB_DB_DBNAME=metabase
#MB_DB_PORT=5432
#MB_DB_USER=metabase
#MB_DB_PASS=metabase
#MB_DB_HOST=localhost
# Show emoji in logs <true|false>
#MB_EMOJI_IN_LOGS=true