Project

General

Profile

« Previous | Next » 

Revision 854a5796

Added by Nicolas CHARLES about 7 years ago

Fixes #10132: Missing entry in rudder-web.properties after update to 4.1.0.b2

View differences:

rudder-webapp/SOURCES/rudder-upgrade
# - 4.0.0 : Add new nodeConfigurations table and related indexes
# - 4.0.0 : Add new archive table for nodeConfigurations and reportsexecution
# - 4.1.0 : Add new compliance tables
# - 4.1.0 : Add the property to configure relay api location
####################################################################################
# Some paths
......
# The hosts with the cfengine mission portal role
rudder.server-roles.cfengine-mission-portal=autodetect
"
# - 4.1.0 : Add property to configure relay api location
STEP="Add property to configure relay api location"
check_and_add_config_property rudder.server.relay.api "
#
# Location of the relay api used by rudder webapp
# It's the base url of relay api, Rudder will manage to call the correct url from that base
#
rudder.server.relay.api=https://localhost/rudder/relay-api
"
}

Also available in: Unified diff