Created
April 5, 2020 14:00
-
-
Save ilyaskarim/23405a33efbaa1e814c5738b59f99a57 to your computer and use it in GitHub Desktop.
wertik-PostgreSQL-database-connec.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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