export MYSQL_URL=jdbc:mysql://${MYSQL_HOST:localhost}:3306/tododb export MYSQL_USER=todouser export MYSQL_PASSWORD=<secret>