From 5df8516fc8ea4386e9045d72b293d0c8f1417409 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 2 Jan 2022 01:40:14 +0100 Subject: Validation and submission logic --- templates/config/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/config/config.toml') diff --git a/templates/config/config.toml b/templates/config/config.toml index 03977a1..1011e90 100644 --- a/templates/config/config.toml +++ b/templates/config/config.toml @@ -2,8 +2,8 @@ title = "Flat-File Forms" [email] -host = localhost -user = root +host = "localhost" +user = "root" password = 123456 [api] -- cgit v1.2.3