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