Skip to content

Commit ef21436

Browse files
committed
devops: heroku
1 parent 0782438 commit ef21436

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setenv-sample.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export MAIL_SMTP_PORT=465
66
export MAIL_SMTP_USERNAME='mailuser'
77
export MAIL_SMTP_PASSWORD='mailuserpassword'
88
export MAIL_FROM='noreply@example.org'
9-
export MAIL_URL_APP_HOST='localhost:8080'
9+
export MAIL_URL_APP_HOST='localhost:5000'

src/main/resources/application.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ spring:
1717
open-in-view: true
1818
generate-ddl: true
1919
hibernate:
20-
#ddl-auto: update
21-
ddl-auto: create-drop
20+
ddl-auto: ${JPA_DLL_AUTO}
2221
properties:
2322
hibernate:
2423
dialect: org.hibernate.dialect.PostgreSQL95Dialect

0 commit comments

Comments
 (0)