I think I’ve seen this question asked, but I can’t find an answer.
I’m trying to install Metabase in a Docker container on Heroku. Metabase wants an environment variable called MB_DB_CONNECTION_URI. I want to just make that an “alias” for DATABASE_URL, so that when Heroku changes my connection string, things “just work.”
Is this possible?