This machine's config — the workspace registry and credential profiles. Never part of the served repos.
{% if repo_rows %}Registered repos serve together when you run sqldash serve with no target.{% else %}Register more repos and sqldash serve with no target serves them all at once.{% endif %}
Read-only — profiles hold credentials, so they're edited in the file ({{ profiles_path }}), never the browser.
# add to {{ profiles_path }}
{{ p.profile }}:
username: you@example.com
authentication: externalbrowser # or password: / token:
{% endif %}
{% endfor %}