From 35603a5f1b441cfb9300ccf31f793be2bb0cfbac Mon Sep 17 00:00:00 2001 From: RuisPipe Date: Thu, 6 May 2021 20:42:58 +0200 Subject: [PATCH] remove example --- config.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 952a428..bd430d6 100644 --- a/config.toml +++ b/config.toml @@ -5,9 +5,4 @@ host = "127.0.0.1:3000" host = "127.0.0.1:3306" database = "app-idea" username = "root" -password = "admin" - -# example -[output] -directory = "./output" -format = "toml" \ No newline at end of file +password = "admin" \ No newline at end of file