# P4MASTER_ID is server.id of Master for this instance
export P4MASTER_ID=REPL_MASTER_ID
# This is the DNS name of the master server
export P4MASTERHOST=REPL_DNSNAME
# Moved these here to allow for server specific port values
# The setting below should be ssl: if this instance uses ssl.
export SSL_PREFIX=REPL_SSLPREFIX
export P4PORTNUM=REPL_P4PORT
export P4PORT=${SSL_PREFIX}$(hostname):${P4PORTNUM}
export P4SVRPORT=${SSL_PREFIX}${P4PORTNUM}
# Set the value for P4BROKERPORT to Unset if the broker is not
# used.
export P4BROKERPORTNUM=REPL_P4BROKERPORT
export P4BROKERPORT=${SSL_PREFIX}${P4BROKERPORTNUM}