mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-07 12:02:34 +02:00
tweak: improve port and scheme detection
This commit is contained in:
parent
58db228e25
commit
966a59b5c9
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ var (
|
||||||
"mysql": 3306,
|
"mysql": 3306,
|
||||||
"mariadb": 3306,
|
"mariadb": 3306,
|
||||||
"postgres": 5432,
|
"postgres": 5432,
|
||||||
|
"pgvecto-rs": 5432,
|
||||||
|
"pgvector": 5432,
|
||||||
"rabbitmq": 5672,
|
"rabbitmq": 5672,
|
||||||
"redis": 6379,
|
"redis": 6379,
|
||||||
"memcached": 11211,
|
"memcached": 11211,
|
||||||
|
|
Loading…
Add table
Reference in a new issue