We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37e24e commit 6e3c537Copy full SHA for 6e3c537
1 file changed
README.md
@@ -24,7 +24,7 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
24
If you're going to use a database, ensure you have a local `.env` file that reads something like this:
25
26
```
27
-DATABASE_URL=postgres://localhost:5432/java_database_name
+JDBC_DATABASE_URL=jdbc:postgresql://localhost:5432/java_database_name
28
29
30
## Deploying to Heroku
0 commit comments