metabase/.env
Hubert Cornet 7f21e20277
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
Actualiser .env
2024-11-17 20:12:01 +01:00

9 lines
184 B
Bash

# Database environment
DB_NAME=metabase
DB_USER=metabase
DB_PASSWORD=password123
DB_DATA_DIR=/var/lib/postgresql/data
# Metabase environment
MB_PORT=3000
MB_JAVA_TIMEZONE=Europe/Paris