Network ConfigurationΒΆ

Your Network Configuration defines the architecture of your Namespaces and SSH configuration.

In its most basic form it is a single YAML configuration file named networks.yml and stored within your bcome configuration directory (see: Getting Started).

Network Configuration takes the following form:

---
namespace_key:
  attribute: value

namespace_key:child_namespace_key
  attribute: value

For further information please refer to our Namespaces documentation.

The Guides also have example implementations to get you started.

Note

Your network configuration may also be overriden and/or supplemented with additional configuration (see Alternative configuration).