Skip to content

Instantly share code, notes, and snippets.

@ilyaskarim
Created April 5, 2020 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyaskarim/23405a33efbaa1e814c5738b59f99a57 to your computer and use it in GitHub Desktop.
Save ilyaskarim/23405a33efbaa1e814c5738b59f99a57 to your computer and use it in GitHub Desktop.
wertik-PostgreSQL-database-connec.ts
import defaultConfiguration from "./defaultConfiguration";
let configuration = { ...defaultConfiguration };
configuration.database = {
dbDialect: "postgres",
dbUsername: "wmysixugpufzba",
dbPassword: "7255d55e83deafe26d093306e958b7e50dad5ac02f687249d02c9a53590c120f",
dbName: "d5rsarnju68s4f",
dbHost: "ec2-54-246-89-234.eu-west-1.compute.amazonaws.com",
dbPort: "5432"
};
export default configuration;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment