diff --git a/conf/metabase b/conf/metabase index 0a09473..c7f3360 100644 --- a/conf/metabase +++ b/conf/metabase @@ -1,12 +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 +MB_PASSWORD_COMPLEXITY= +MB_PASSWORD_LENGTH=<10> +MB_JETTY_HOST=<127.0.0.1> +MB_JETTY_PORT=<__PORT__> +MB_DB_TYPE= +MB_DB_DBNAME=<__DB_NAME__> +MB_DB_PORT=<5432> +MB_DB_USER=<__DB_NAME__> +MB_DB_PASS=<__DB_PWD__> +MB_DB_HOST= +MB_EMOJI_IN_LOGS= # any other env vars you want available to Metabase \ No newline at end of file diff --git a/conf/nginx.conf b/conf/nginx.conf index f1cd46c..85dcbba 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location __PATH__/ { +location / { # Force usage of https if ($scheme = http) {