Mosquitto Config File Path on Ubuntu

The line
include_dir /etc/mosquitto/conf.d
means that it looks in that folder and will include any config files, adding them on to the end of the default file. So it should be using yours. Best not to call yours default.conf though, to avoid confusion.