yas-nyan

Results 1 comments of yas-nyan

FYI, I found that by writing the configuration file as shown below, everything works without any problems. ```toml database_type="mysql" database_hostname="tcp(127.0.0.1:3306)" database_name="speedtest" database_username="speedtest" database_password="EXAMPLEPASSWORD" ``` We may need to add this...