We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91921b commit 58de119Copy full SHA for 58de119
cfe_internal/enterprise/CFE_hub_specific.cf
@@ -109,6 +109,7 @@ bundle common cfe_internal_hub_vars
109
bundle agent update_cli_rest_server_url_config
110
{
111
vars:
112
+ # Both share and live versions must be changed at once since httpd will be restarted later in the same agent run.
113
"mp_config_file" string => "$(cfe_internal_hub_vars.docroot)/application/config/config.php";
114
"mp_share_config_file" string => "$(sys.workdir)/share/GUI/application/config/config.php";
115
"regex_test_pattern" string => ".*localhost:$(cfe_internal_hub_vars.https_port).*";
0 commit comments