add postgres connector

This commit is contained in:
Reeverflow
2026-02-05 20:38:36 +01:00
parent cd6cc9812a
commit 41cb2eb470

View File

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