/
hostname
hostname
The hostname file sets a string presented by CAS in internal URLs.
It is a required file.
This setting affects Onfido, Veriff, Morphis, extensions, and related REST APIs.
The file /batm/config/hostname
must be present and contain your server's domain name:
cat /batm/config/hostname
that should return your domain name. If empty, add the default to CAS by using:
su -c 'hostname > /batm/config/hostname'
If you know your domain name, and wish to enter it specifically (recommended), use:
su -c 'echo your.host.name > /batm/config/hostname'
replace “
your.host.name
" with the fully qualified domain name (e.g. example.yourcasdomain.com).
Articles linking to this page:
, multiple selections available,
Related content
database Configuration File
database Configuration File
More like this
Master Service Issues
Master Service Issues
More like this
network Configuration File
network Configuration File
More like this
Admin Service Issues
Admin Service Issues
More like this
Onfido Identity Verification
Onfido Identity Verification
Read with this
NGINX as a Proxy Server
NGINX as a Proxy Server
Read with this
Copyright © 2020-2024 General Bytes USA LLC