X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=config%2Fdevelopment.js;h=106afa17508e621fae60a59a235d4719be966e0b;hp=4cd4a8d00e94b8b25649c1ca12b06a2ed4dcfe71;hb=3e3a88b68b4db2e9cb9419a466f2cbfdbd716fd2;hpb=992908fa9b00364d23ca1899e1856e7a0ad5edd5 diff --git a/config/development.js b/config/development.js index 4cd4a8d..106afa1 100644 --- a/config/development.js +++ b/config/development.js @@ -5,6 +5,6 @@ module.exports = { ignoreBelowLevel: 'debug', }, db: { - connectionString: `postgresql://${encodeURIComponent('/home/develop/websub-hub/postgres_dev-13')}/websubhub`, + connectionString: `postgresql://${encodeURIComponent('/home/develop/websub-hub/postgres_dev-14')}/websubhub`, }, };