From fcd84014a01da1ac3c61555ed525b588c656ebe4 Mon Sep 17 00:00:00 2001 From: Niggl Date: Wed, 4 Nov 2020 21:26:52 +0100 Subject: [PATCH] Switched to a js based orm config --- ormconfig.json => ormconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ormconfig.json => ormconfig.js (95%) 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,