fix: remove extra DATABASE_URL key

pull/2572/head
Luke Edwards 7 years ago committed by GitHub
parent 8fba0ec02c
commit 6ae893f912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,5 @@
import { Pool } from 'pg'; import { Pool } from 'pg';
const { DATABASE_URL } = process.env;
export const DB = new Pool({ export const DB = new Pool({
connectionString: process.env.DATABASE_URL connectionString: process.env.DATABASE_URL
}); });

Loading…
Cancel
Save