Skip to content
Snippets Groups Projects
docker.config.json 657 B
{
  "analysis": {
    "serveraddress": "ressims.iota.cafe:188",
    "serverport": 0
  },
  "autopeering": {
    "address": "0.0.0.0",
    "entrynodes": [
      "V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626"
    ],
    "port": 14626
  },
  "database": {
    "directory": "mainnetdb"
  },
  "gossip": {
    "port": 14666
  },
  "logger": {
    "Level": "info",
    "DisableCaller": true,
    "DisableStacktrace": false,
    "Encoding": "console",
    "OutputPaths": [
      "stdout",
      "goshimmer.log"
    ],
    "DisableEvents": true
  },
  "node": {
    "disablePlugins": [
      "statusscreen"
    ],
    "enablePlugins": []
  }
}