mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
16 lines
487 B
Plaintext
16 lines
487 B
Plaintext
# User settings for the MacPorts Metabase startup item.
|
|
# This file is sourced by the generated launchd wrapper.
|
|
# Changes here are preserved across port upgrades.
|
|
|
|
MB_JETTY_HOST=127.0.0.1
|
|
MB_JETTY_PORT=3000
|
|
|
|
# Additional JVM options, for example:
|
|
# MB_JAVA_OPTS="-Xms512m -Xmx2g"
|
|
MB_JAVA_OPTS=
|
|
|
|
# Additional Metabase environment variables can be set below, for example:
|
|
# MB_DB_FILE=/custom/path/to/metabase
|
|
# MB_PLUGINS_DIR=/custom/path/to/plugins
|
|
# MB_ENCRYPTION_SECRET_KEY=change-me
|