diff options
Diffstat (limited to 'templates/config')
-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] |