We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b377ce commit 9264dfdCopy full SHA for 9264dfd
ProcFile
@@ -0,0 +1 @@
1
+web: play run --http.port=$PORT $PLAY_OPTS
conf/application.conf
@@ -84,7 +84,11 @@ date.format=yyyy-MM-dd
84
# - mem : for a transient in memory database (H2 in memory)
85
# - fs : for a simple file written database (H2 file stored)
86
87
-db.default=mem
+# db.default=mem
88
+
89
+db=${DATABASE_URL}
90
+jpa.dialect=org.hibernate.dialect.PostgreSQLDialect
91
+jpa.ddl=update
92
93
#
94
# To connect to a local MySQL5 database, use:
public/images/register.png
-37.3 KB
0 commit comments