From 5f2f1829f86f16c3f76563053772ad973aa597b6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 6 Mar 2021 22:24:50 +0100 Subject: [PATCH] Create metabase --- conf/metabase | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conf/metabase diff --git a/conf/metabase b/conf/metabase new file mode 100644 index 0000000..bfc70fb --- /dev/null +++ b/conf/metabase @@ -0,0 +1,12 @@ +MB_PASSWORD_COMPLEXITY=normal +MB_PASSWORD_LENGTH=10 +MB_JETTY_HOST=127.0.0.1 +MB_JETTY_PORT=__PORT__ +MB_DB_TYPE=postgres +MB_DB_DBNAME=__DB_NAME__ +MB_DB_PORT=5432 +MB_DB_USER=__DB_NAME__ +MB_DB_PASS=__DB_PWD__ +MB_DB_HOST=localhost> +MB_EMOJI_IN_LOGS=false +# any other env vars you want available to Metabase \ No newline at end of file