From b55c176998f8be8713cf95df39d4caaa10329180 Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 14 Jul 2022 13:02:10 +0200 Subject: [PATCH] Add mailer values to valid-auth.edn --- valid-auth.edn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/valid-auth.edn b/valid-auth.edn index eb4a770..a85bf1a 100644 --- a/valid-auth.edn +++ b/valid-auth.edn @@ -1,2 +1,4 @@ {:postgres-db-user "gitea" - :postgres-db-password "gitea-db-password"} + :postgres-db-password "gitea-db-password" + :maileruser "" + :mailerpw ""}