debmaker/ressources/metabase/rootfs/etc/default/metabase

21 lines
626 B
Plaintext

#https://www.metabase.com/docs/latest/operations-guide/configuring-application-database.html
#MB_DB_TYPE=mysql
#MB_DB_PORT=3306
#MB_DB_TYPE=postgres
#MB_DB_PORT=5432
#MB_DB_DBNAME=metabase
#MB_DB_USER=<username>
#MB_DB_PASS=<password>
#MB_DB_HOST=localhost
#MB_DB_CONNECTION_URI="jdbc:postgresql://localhost:5432/metabase?user=<username>&password=<password>"
#MB_DB_CONNECTION_URI="jdbc:mysql://localhost:3306/metabase?user=<username>&password=<password>"
#https://www.metabase.com/docs/latest/operations-guide/encrypting-database-details-at-rest.html
#generate with 'openssl rand -base64 32'
#MB_ENCRYPTION_SECRET_KEY=