Docs: Use single-node discovery.type for dev example
For the single node, dev example, the `discovery.type=single-node`[1],[2]
is a perfect fit and makes the example shorter and more self explanatory.
Also expose the transport port, to help with dev use-cases using the
transport client.
[1] https://github.com/elastic/elasticsearch/pull/23595
[2] https://github.com/elastic/elasticsearch/pull/23598
Relates #26289