From 1e059b727ee8242c46903ef9da087a72ea6393c9 Mon Sep 17 00:00:00 2001
From: L4168 <L4168@student.jamk.fi>
Date: Wed, 26 Jun 2019 08:20:12 +0300
Subject: [PATCH] localhost added

---
 ormconfig.json | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/ormconfig.json b/ormconfig.json
index 3c002cc..bb6b5fa 100644
--- a/ormconfig.json
+++ b/ormconfig.json
@@ -1,13 +1,12 @@
-
 {
-    "type": "postgres",
-    "host": "postgis", 
-    "port": 5432,
-    "username": "ehasa",
-    "password": "salasana",
-    "database": "ehasa",
-    "entities": ["src/**/*.entity{.ts,.js}"],
-    "synchronize": true,
-    "logging": true,
-    "dropSchema": false
-  }
\ No newline at end of file
+  "type": "postgres",
+  "host": "localhost",
+  "port": 5432,
+  "username": "ehasa",
+  "password": "salasana",
+  "database": "ehasa",
+  "entities": ["src/**/*.entity{.ts,.js}"],
+  "synchronize": true,
+  "logging": true,
+  "dropSchema": false
+}
-- 
GitLab