We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a163242 commit 33bf56aCopy full SHA for 33bf56a
1 file changed
src/options/databaseOptions.ts
@@ -4,7 +4,7 @@ export const Databases = {
4
search: {
5
database: "search_production",
6
username: "postgres",
7
- host: "search-db-db",
+ host: "search-db",
8
user: "postgres",
9
password: "pgsecret",
10
port: 5432,
0 commit comments