diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index abb07c6..0c74d54 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,5 @@ 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 \ No newline at end of file