{
  "site": "http://localhost:3450",
  "development_mode": true,
  "automatic_migrations": true,
  "webserver": {
    "secret": "To SECRET name.",
    "base_url": "https://kemono.su",
    "ui": {
      "home": {
        "site_name": "Kemono"
      },
      "config": {
        "paysite_list": ["patreon", "fanbox", "afdian"],
        "artists_or_creators": "Artists"
      }
    }
  },
  "database": {
    "host": "postgres",
    "user": "kemono",
    "password": "kemono",
    "database": "kemono"
  },
  "redis": {
    "defaults": {
      "host": "redis",
      "port": 6379,
      "db": 0
    }
  }
}