Skip to content

Commit 42a2d11

Browse files
committed
idk
1 parent 943302d commit 42a2d11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backend/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
77
spring.jpa.hibernate.ddl-auto=update
88
spring.jpa.show-sql=true
99
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
10+
spring.datasource.driver-class-name=org.postgresql.Driver
1011

1112
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration

frontend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20+
.env
2021

2122
npm-debug.log*
2223
yarn-debug.log*

0 commit comments

Comments
 (0)