Skip to content

Commit 7ad2fbb

Browse files
authored
Update cloudModel.js
1 parent f6960c1 commit 7ad2fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/models/cloudModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { Pool } = require('pg');
1313

1414
// 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.
1515

16-
const PG_URI = 'postgres://qndyjqlu:[email protected]/qndyjqlu';
16+
const PG_URI = '';
1717

1818
const cloudPool = new Pool({
1919
connectionString: PG_URI,

0 commit comments

Comments
 (0)