From 43f96fed84f20d875fcfeef8272d88d7a69631cc Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 25 Nov 2022 16:31:06 +0900 Subject: feat: Add EMAIL_FROM_ as required config --- code/api/src/Services/VaultService.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/api/src/Services/VaultService.cs') diff --git a/code/api/src/Services/VaultService.cs b/code/api/src/Services/VaultService.cs index b64e6a2..8139985 100644 --- a/code/api/src/Services/VaultService.cs +++ b/code/api/src/Services/VaultService.cs @@ -78,6 +78,8 @@ public class VaultService { return new AppConfiguration() { + EMAIL_FROM_ADDRESS = "local@dev", + EMAIL_FROM_DISPLAY_NAME = "Friendly neighbourhood developer", DB_HOST = "localhost", DB_PORT = "5432", DB_NAME = "greatoffice_ivar_dev", -- cgit v1.3