Skip to content

Commit 3313551

Browse files
committed
adjust hints/placeholder text for unix sockets
refs: #438
1 parent 45ef0db commit 3313551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pgmanage/app/static/assets/js/pgmanage_frontend/src/components/ConnectionsModalConnectionForm.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,21 +439,21 @@ import { Modal } from 'bootstrap';
439439
placeholder() {
440440
const placeholderMap = {
441441
'postgresql': {
442-
'server': 'ex: 127.0.0.1',
442+
'server': 'ex: host or UNIX socket basedir, blank for default basedir',
443443
'port': 'ex: 5432',
444444
'service': 'ex: postgres',
445445
'user': 'ex: postgres',
446446
'conn_string': 'ex: postgresql://postgres@localhost:5432/postgres'
447447
},
448448
'mysql': {
449-
'server': 'ex: 127.0.0.1',
449+
'server': 'ex: host or absolute UNIX socket path',
450450
'port': 'ex: 3306',
451451
'service': 'ex: db',
452452
'user': 'ex: root',
453453
'conn_string': 'ex: mysql://root@localhost:3306/db'
454454
},
455455
'mariadb': {
456-
'server': 'ex: 127.0.0.1',
456+
'server': 'ex: host or absolute UNIX socket path',
457457
'port': 'ex: 3306',
458458
'service': 'ex: db',
459459
'user': 'ex: root',

0 commit comments

Comments
 (0)