Skip to content
Snippets Groups Projects
config.json 1.36 KiB
Newer Older
  "analysis": {
    "client": {
      "serverAddress": "ressims.iota.cafe:188"
    },
    "server": {
    },
    "httpServer": {
      "bindAddress": "0.0.0.0:80"
    }
  "autopeering": {
      "V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626"
    ],
    "bindAddress": "127.0.0.1:8081",
Luca Moser's avatar
Luca Moser committed
    "dev": false,
    "basic_auth": {
      "enabled": false,
      "username": "goshimmer",
      "password": "goshimmer"
    }
  "database": {
    "directory": "mainnetdb"
  "gossip": {
    "port": 14666
    "bindAddress": "127.0.0.1:8082",
    "networkName": "GoShimmer",
    "socketIOPath": "socket.io-client/dist/socket.io.js",
    "webrootPath": "IOTAtangle/webroot"
    "level": "info",
    "disableCaller": false,
    "disableStacktrace": false,
    "encoding": "console",
    "outputPaths": [
    ],
    "disableEvents": false
  },
  "network": {
    "bindAddress": "0.0.0.0",
    "externalAddress": "auto"
    "disablePlugins": [],
    "enablePlugins": []
  },
  "webapi": {
    "auth": {
      "password": "goshimmer",
      "privateKey": "",
      "username": "goshimmer"
    },
    "bindAddress": "127.0.0.1:8080"