diff --git a/example-config.toml b/example-config.toml index 5eb1888..f8fd57c 100644 --- a/example-config.toml +++ b/example-config.toml @@ -2,6 +2,6 @@ [mysql] host = "localhost" -posrt = 3306 +port = 3306 username = "root" password = "secret" \ No newline at end of file