Skip to content

2023.1014.1

Compare
Choose a tag to compare
@aspriddell aspriddell released this 14 Oct 18:25

Whats's changed

  • Changes redis database keys to onionfruit-web:nodes:{address}
  • Add ability to disable specific generators using the EnabledGenerators config section (see example below)

EnabledGenerators example

{
  "EnabledGenerators": {
    "RedisDbGenerator": "false"
  }
}