Variable AdminConfig.address

Bind address

struct AdminConfig
{
  // ...
  string address = "127.0.0.1";
  // ...
}