From 421c6f50926aab97241ac8c93c657d8c1e4be5f0 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Tue, 27 Oct 2020 09:08:55 +0000 Subject: [PATCH] Fix typo in database.json.template --- database.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.json.template b/database.json.template index bfec519..a0f38b6 100644 --- a/database.json.template +++ b/database.json.template @@ -2,7 +2,7 @@ "super": { "driver": "pg", "user": "ems", - "password": "", + "password": "" }, "test": { "driver": "pg",