Skip to content

Commit 33bf56a

Browse files
committed
Fix typo.
1 parent a163242 commit 33bf56a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/options/databaseOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const Databases = {
44
search: {
55
database: "search_production",
66
username: "postgres",
7-
host: "search-db-db",
7+
host: "search-db",
88
user: "postgres",
99
password: "pgsecret",
1010
port: 5432,

0 commit comments

Comments
 (0)