diff --git a/ormconfig.json b/ormconfig.js similarity index 95% rename from ormconfig.json rename to ormconfig.js index 89a1f97..1ffa95d 100644 --- a/ormconfig.json +++ b/ormconfig.js @@ -1,4 +1,4 @@ -{ +module.exports = { "type": "postgres", "host": "localhost", "port": 5432,