Skip to content

Commit d1e72ae

Browse files
committed
Remove JPA settings from dev
1 parent f53c32f commit d1e72ae

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

server/src/main/resources/application.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33

44
# Set active profiles for the application.
55
spring.profiles.active=dev
6-
# This will need to change for production and will need to manaully make ddls.
7-
# See https://stackoverflow.com/questions/42135114/how-does-spring-jpa-hibernate-ddl-auto-property-exactly-work-in-spring
8-
# spring.jpa.hibernate.ddl-auto=create-drop
96

107
# SQL Related properties.
118
spring.sql.init.continue-on-error=false
129

13-
# spring.jpa.generate-ddl=true
14-
1510
# App Properties
1611
## Auth.
1712
findfirst.app.jwtCookieName=findfirst

0 commit comments

Comments
 (0)