mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 17:24:43 +00:00
9b6e77c489
This patchset changes the connection string builder to use net.URL and the host/port parser to use the stdlib function for splitting host from port. It also adds a footnote about a potentially required portnumber for postgres UNIX sockets. Fixes: #24552