Skip to content

Commit

Permalink
fix: correct zilean database host
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSehrawat committed Aug 25, 2024
1 parent 06cf151 commit d93613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/(scrapers)/zilean.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
volumes:
- zilean_data:/app/data
environment:
Zilean__Database__ConnectionString: "Host=postgres;Port=5432;Database=zilean;Username=postgres;Password=postgres"
Zilean__Database__ConnectionString: "Host=zilean-postgres;Port=5432;Database=zilean;Username=postgres;Password=postgres"
# Zilean__Dmm__ImportBatched: "true" Allows enabling batched import - this is for low-end systems.
# Zilean__Dmm__MaxFilteredResults: 200 Allows changing the maximum number of filtered results returned by the DMM API. 200 is the default.
# Zilean__Dmm__MinimumScoreMatch: 0.85 Allows changing the minimum score match for the DMM API. 0.85 is the default. Values between 0 and 1 are accepted.
Expand Down

0 comments on commit d93613f

Please sign in to comment.