Skip to content

Commit 8a24148

Browse files
change toml
1 parent 34eef56 commit 8a24148

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pglsp.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ use_ignore_file = false
77
ignore = []
88

99
[db]
10-
host = "127.1.1.1"
10+
host = "127.0.0.1"
1111
port = 5432
1212
username = "postgres"
1313
password = "postgres"
1414
database = "postgres"
15+
conn_timeout_secs = 10
1516

1617
# [migrations]
1718
# migrations_dir = "migrations"

0 commit comments

Comments
 (0)