From f05e6e6b8d0ae649a4f7fe8afda44d87c525dfd1 Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 9 Apr 2024 10:10:54 +0200 Subject: [PATCH] =?UTF-8?q?jeden=20mal=C3=BD=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0fe92d2..3030fce 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,7 +1,7 @@ database: #ArangoDB is used - host: "185.207.251.31" + host: "localhost" port: 8529 - user: "mcore" - database: "mcore" - password: "mineconomiacore" \ No newline at end of file + user: "user" + database: "database" + password: "password" \ No newline at end of file