diff --git a/ormconfig.json b/ormconfig.json
index 3c002cc0435a709727557ae8ac33196c4819bda4..bb6b5fae1ce31ce82b0b7c85dda0cfc2a604bba9 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
+}