Compare commits

...

9 Commits

  1. 7
      src/main/resources/config.yml

@ -0,0 +1,7 @@
database:
#ArangoDB is used
host: "localhost"
port: 8529
user: "user"
database: "database"
password: "password"
Loading…
Cancel
Save