You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see that, for example, for a database, it would list separate host and port, username, password, database name, and it would also show a JDBC URL. Bonus points for showing directly how to invoke psql. I guess the same would be possible for all databases.
For other kinds of dev services, similar thing should be possible. Show the base information (host and port, username/password if applicable) and relevant immediately-usable things (e.g. for Apicurio Registry, it could show a URL/link to the registry UI).
Description
A typical example could be a connection information for the DB instance, e.g. host, port, username, password and dbname for a postgresql instance.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: