ipv4 enforce in order to skip timeout for ipv6 search

This commit is contained in:
Reeverflow
2026-03-06 11:36:14 +01:00
parent f83d21d8f6
commit b63d70078a
6 changed files with 22 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
spring.application.name=video_downloader
spring.datasource.url = jdbc:postgresql://localhost:5432/videos
spring.datasource.url = jdbc:postgresql://127.0.0.1:5432/videos
spring.datasource.username = postgres
spring.datasource.password = 5995
spring.jpa.hibernate.ddl-auto = create-drop