/
Location of the repository.cfg file
Location of the repository.cfg file
By default,
the repository.cfg file resides in containerized deployments
/application/config/repository.cfg
. It is best practice to use a volume mount in the container configuration:
docker [..] -v <Folder>/repository.cfg:/application/config/repository.cfg [..]
For war deployments, find the repository.cfg here:
<web server installation>/webapps/<context>/conf
.
The location of the repository.cfg
file can be modified by editing these application-wide settings (here with the default values):
configservice.class=file
configDirectory=config
configFile=repository.cfg
Related content
Repository-wide settings
Repository-wide settings
More like this
Reference of application-wide parameters
Reference of application-wide parameters
Read with this
Syntax rules for repository.cfg file
Syntax rules for repository.cfg file
More like this
Encrypt sensible configuration data in repository.cfg file
Encrypt sensible configuration data in repository.cfg file
Read with this
Config Data Service - Type filesystem (tC)
Config Data Service - Type filesystem (tC)
More like this
Deployment as WAR / in Tomcat (tC)
Deployment as WAR / in Tomcat (tC)
Read with this