diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-01-02 01:40:14 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-01-10 11:29:13 +0100 |
commit | 5df8516fc8ea4386e9045d72b293d0c8f1417409 (patch) | |
tree | d49311bb1e562966587953bcec0315a730fde23c /templates | |
parent | 4ab2f2df7613747b218116f3c00df36ddbba5bc0 (diff) |
Validation and submission logic
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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] |