Admin

Admin section of configuration provides information about local node admin username and password

Example

"admin": {
    "username": "admin",
    "password": "admin"
  }

Each local http request to admin endpoint should be executed on port 8081. This port should not be opened to public internet.

Last updated

Was this helpful?