Skip to content

Commit c899b56

Browse files
authored
Update README.md
1 parent 7ad2fbb commit c899b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ module.exports = {
106106
```
107107
9. Connect your cloud relational database (PostgreSQL) by copying and pasting the connection string to the variable PG_URI the file cloudModel.js located in Docketeer/server/models/.
108108
// cloudModel.js
109-
...
109+
```
110110
const { Pool } = require('pg');
111111
112112
// Copy and paste your PostgreSQL Connectiion URL below to connect your cloud database. Note: no need to create any tables, upon start up Docketeer will create those tables in your DB instance automatically.
113113
114114
const PG_URI = '';
115-
...
115+
```
116116

117117

118118
You are all set! Now just enter the following command to start up Docketeer!

0 commit comments

Comments
 (0)