From a459d74935a732e781db2040d8cb98f69d602ae0 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 15 Jun 2021 22:04:54 +0200 Subject: [PATCH] changed mail config --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index fe1b3cb..246f81e 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,10 @@ database = "app-idea" username = "root" password = "admin" +[mail] +host = "http://127.0.0.1:3001" +key = "aaa" + [settings] expiredTime = 72 usernameMinLen = 3