Hostname
Configuration
{
"host": {
"name": ["domain.com"],
"auto": true
}
}CORE_HOST_NAME=domain.com
CORE_HOST_AUTO=truename (array)
auto (bool)
Last updated
Was this helpful?
Settings for the host datarhei Core is running on.
{
"host": {
"name": ["domain.com"],
"auto": true
}
}CORE_HOST_NAME=domain.com
CORE_HOST_AUTO=trueA list of public host/domain names or IPs this host is reacheable under. For the ENV use a comma separated list of public host/domain names or IPs.
The default is an empty list.
Enable detection of public IP addresses in case the list of names is empty.
By default this is set to true.
Last updated
Was this helpful?
Was this helpful?
