Skip to content

Commit aea096f

Browse files
authored
Update README.md
1 parent c899b56 commit aea096f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ module.exports = {
105105
};
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/.
108-
// cloudModel.js
108+
109109
```
110+
// cloudModel.js
110111
const { Pool } = require('pg');
111112
112113
// 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.

0 commit comments

Comments
 (0)