Load a default config from file
We should create a config file in the configuration module. This file should be loaded by the cli and overwritten by the cli arguments.
We could also load defaults from environment variables.
In order: ENV > Config File > CLI Arguments