Skip to content

Commit 6e3c537

Browse files
committed
Use JDBC URL in readme
1 parent d37e24e commit 6e3c537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
2424
If you're going to use a database, ensure you have a local `.env` file that reads something like this:
2525

2626
```
27-
DATABASE_URL=postgres://localhost:5432/java_database_name
27+
JDBC_DATABASE_URL=jdbc:postgresql://localhost:5432/java_database_name
2828
```
2929

3030
## Deploying to Heroku

0 commit comments

Comments
 (0)