Configuration
registries
The registries
section of the configuration file is used to define the registries that DEM will
use to search for images.
Default value:
"registries": [
{
"name": "axem",
"namespace": "axemsolutions",
"url": "https://registry.hub.docker.com"
}
]
Info
The Registry Management commands can be used to manage the registries in the configuration file.
catalogs
The catalogs
section of the configuration file is used to define the catalogs that DEM will use to
search for Development Environment descriptors.
** Default value: **
"catalogs": [
{
"name": "axem",
"url": "https://axemsolutions.io/dem/dev_env_org.json"
}
]
Info
The Catalog Management commands can be used to manage the catalogs in the configuration file.
hosts
Warning
Remote hosts are not yet supported in DEM.
The hosts
section of the configuration file is used to define the hosts that DEM will use as
remote execution environments.
Default value:
"hosts": []
Info
The Host Management commands can be used to manage the hosts in the configuration file.
http_request_timeout_s
The http_request_timeout_s
section of the configuration file is used to define the timeout for
HTTP requests in seconds.
Default value:
"http_request_timeout_s": 2
use_native_system_cert_store
The use_native_system_cert_store
section of the configuration file is used to define whether
the native system certificate store should be used for HTTPS requests or the default one provided
by the certifi
package.
Default value:
"use_native_system_cert_store": false
Info
If the TLS authentication fails, try setting this value to true
.