Settings
Izanami is based on play framework where configuration is based on hocon.
Izanami is highly configurable either by environment variable or java system properties. You can also override the entire configuration file if needed.
You can override any property with
java -Dizanami.db.default=Redis -jar izanami.jar
Or with environment variable
IZANAMI_DATABASE=Redis java -jar izanami.jar
Or change the entire configuration file with
java -Dconfig.file=/path/to/my/config.conf -jar izanami.jar