Skip to content

Commit 9264dfd

Browse files
committed
Fix register image, and deployment changes
1 parent 1b377ce commit 9264dfd

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

ProcFile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: play run --http.port=$PORT $PLAY_OPTS

conf/application.conf

+5-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ date.format=yyyy-MM-dd
8484
# - mem : for a transient in memory database (H2 in memory)
8585
# - fs : for a simple file written database (H2 file stored)
8686

87-
db.default=mem
87+
# db.default=mem
88+
89+
db=${DATABASE_URL}
90+
jpa.dialect=org.hibernate.dialect.PostgreSQLDialect
91+
jpa.ddl=update
8892

8993
#
9094
# To connect to a local MySQL5 database, use:

public/images/register.png

-37.3 KB
Loading

0 commit comments

Comments
 (0)