We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943302d commit 42a2d11Copy full SHA for 42a2d11
backend/src/main/resources/application.properties
@@ -7,5 +7,6 @@ spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
7
spring.jpa.hibernate.ddl-auto=update
8
spring.jpa.show-sql=true
9
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
10
+spring.datasource.driver-class-name=org.postgresql.Driver
11
12
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
frontend/.gitignore
@@ -17,6 +17,7 @@
17
.env.development.local
18
.env.test.local
19
.env.production.local
20
+.env
21
22
npm-debug.log*
23
yarn-debug.log*
0 commit comments