Map Deployment-Specific Configuration to Environment Variables
Previous ADONIS versions stored deployment-specific configuration in configuration files such as
server.conf, adoxx.conf, adoxx_web.properties and log.conf. ADONIS 19.0 uses environment
variables that are configured during deployment, for example in values.yaml.
Use the following table to identify the environment variable corresponding to a configuration parameter from your previous installation. Depending on the configuration file, some parameters are renamed while others continue to use the same environment variable name.
| Previous File | Previous Parameter | Container | Environment Variable |
|---|---|---|---|
adoxx.conf | ADOXX_ACCENT_INSENSITIVE | Application Server | ADOXX_ACCENT_INSENSITIVE |
adoxx.conf | ADOXX_DBMS_ENCRYPTION | Application Server | ADOXX_DBMS_ENCRYPTION |
adoxx.conf | ADOXX_DBMS_TRUST_SERVER_CERTIFICATE | Application Server | ADOXX_DBMS_TRUST_SERVER_CERTIFICATE |
log.conf | ADOXX_LOG_MODE | Application Server | ADOXX_LOG_MODE |
adoxx.conf | ADOXX_SECURITY_DISABLE_AUDIT_LOG_SENSITIVE_DATA_ENCRYPTION | Application Server | ADOXX_SECURITY_DISABLE_AUDIT_LOG_SENSITIVE_DATA_ENCRYPTION |
adoxx.conf | ADOXX_SECURITY_DISABLE_SENSITIVE_DATA_ENCRYPTION | Application Server | ADOXX_SECURITY_DISABLE_SENSITIVE_DATA_ENCRYPTION |
adoxx_web.properties | aservers | Web Server | AXW_PROPERTIES_aservers |
adoxx_web.properties | aworkers | Web Server | AXW_PROPERTIES_aworkers |
adoxx_web.properties | aworker_purpose.mail | Web Server | AXW_PROPERTIES_aworker_purpose_mail |
adoxx_web.properties | aworker_purpose.scheduler | Web Server | AXW_PROPERTIES_aworker_purpose_scheduler |
adoxx_web.properties | aworker_purpose.system | Web Server | AXW_PROPERTIES_aworker_purpose_system |
adoxx_web.properties | aworker_purpose.user | Web Server | AXW_PROPERTIES_aworker_purpose_user |
adoxx_web.properties | custom.version | Web Server | AXW_PROPERTIES_custom_version |
server.conf | dbname | Application Server | ADOXX_SERVER_DBNAME |
server.conf | dbtype | Application Server | ADOXX_SERVER_DBTYPE |
adoxx_web.properties | http_proxy_ip | Web Server | AXW_PROPERTIES_http_proxy_ip |
adoxx_web.properties | http_proxy_port | Web Server | AXW_PROPERTIES_http_proxy_port |
adoxx_web.properties | mail.enable_security | Web Server | AXW_PROPERTIES_mail_enable_security |
adoxx_web.properties | mail.max_mail_size | Web Server | AXW_PROPERTIES_mail_max_mail_size |
adoxx_web.properties | mail.max_mails_per_hour | Web Server | AXW_PROPERTIES_mail_max_mails_per_hour |
adoxx_web.properties | mail.max_recipients_per_mail | Web Server | AXW_PROPERTIES_mail_max_recipients_per_mail |
adoxx_web.properties | mail.sender.verbose | Web Server | AXW_PROPERTIES_mail_sender_verbose |
adoxx_web.properties | mail.send_smtp_localhost | Web Server | AXW_PROPERTIES_mail_send_smtp_localhost |
adoxx_web.properties | mail.trusted_recipient_domains | Web Server | AXW_PROPERTIES_mail_trusted_recipient_domains |
server.conf | ports | Application Server | ADOXX_SERVER_PORTS |
adoxx_web.properties | report.parallel.execution | Web Server | AXW_PROPERTIES_report_parallel_execution |
adoxx_web.properties | search.result.max.size | Web Server | AXW_PROPERTIES_search_result_max_size |
adoxx_web.properties | security.csp | Web Server | AXW_PROPERTIES_security_csp |
adoxx_web.properties | security.encrypt.usernames | Web Server | AXW_PROPERTIES_security_encrypt_usernames |
adoxx_web.properties | security.src.connect-src | Web Server | AXW_PROPERTIES_security_src_connect_src |
adoxx_web.properties | security.src.frame-ancestors | Web Server | AXW_PROPERTIES_security_src_frame_ancestors |
adoxx_web.properties | security.src.frame-src | Web Server | AXW_PROPERTIES_security_src_frame_src |
adoxx_web.properties | security.src.img-src | Web Server | AXW_PROPERTIES_security_src_img_src |
adoxx_web.properties | security.src.media-src | Web Server | AXW_PROPERTIES_security_src_media_src |
adoxx_web.properties | security.src.script-src | Web Server | AXW_PROPERTIES_security_src_script_src |
adoxx_web.properties | security.src.style-src | Web Server | AXW_PROPERTIES_security_src_style_src |
adoxx.conf | SERVER_AUTO_CLEANUP | Application Server | SERVER_AUTO_CLEANUP |
adoxx.conf | SERVER_AUTO_CLEANUP_DAY | Application Server | SERVER_AUTO_CLEANUP_DAY |
adoxx.conf | SERVER_AUTO_CLEANUP_TIME | Application Server | SERVER_AUTO_CLEANUP_TIME |
adoxx_web.properties | translationsvc.microsoft.azure.api.key | Web Server | AXW_PROPERTIES_translationsvc_microsoft_azure_api_key |
adoxx_web.properties | translationsvc.microsoft.azure.region | Web Server | AXW_PROPERTIES_translationsvc_microsoft_azure_region |
adoxx_web.properties | translationsvc.microsoft.azure.subdomain | Web Server | AXW_PROPERTIES_translationsvc_microsoft_azure_subdomain |