Heroku generates database.yml from the DATABASE_URL environment variable like so: https://gist.github.com/liliakai/c161ad5704be04e88999
I'd like the resulting database.yml to include the line
host_names:
- my.customdomain.com
How would I encode this into the query string on the DATABASE_URL?