Files
video_downloader_real/src/main/resources/application.properties
2026-02-05 20:38:36 +01:00

5 lines
215 B
INI

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