summaryrefslogtreecommitdiff
path: root/databases/metabase/files/metabase.conf
blob: e88a290d3fbd59c6c3df37a22e842389d896360f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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