Skip to content

Commit e0bc629

Browse files
fix: replacing postgres host in testdata with original host
1 parent df157c0 commit e0bc629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ogc/features_search/testdata/config_search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ogcApi:
2424
- srs: EPSG:4258
2525
- srs: EPSG:28992
2626
postgres:
27-
host: postgres
27+
host: localhost
2828
port: ${DB_PORT}
2929
user: postgres
3030
databaseName: search_db

0 commit comments

Comments
 (0)