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