We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53c32f commit d1e72aeCopy full SHA for d1e72ae
1 file changed
server/src/main/resources/application.properties
@@ -3,15 +3,10 @@
3
4
# Set active profiles for the application.
5
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
9
10
# SQL Related properties.
11
spring.sql.init.continue-on-error=false
12
13
-# spring.jpa.generate-ddl=true
14
-
15
# App Properties
16
## Auth.
17
findfirst.app.jwtCookieName=findfirst
0 commit comments