# # P4 Properties # # Full path to the P4 executable # p4.executable=/usr/local/bin/p4 # P4PORT to connect to. # p4.port=public.perforce.com:1666 # P4USER to run as. # p4.user=dmarkley_markley # P4CLIENT to use. # p4.client=dmarkley_markley-client # P4PASSWD to use for the P4USER, if one has been set. # p4.password=mylittlesecret # Logfile to use, if uncommented. #p4.logfile=D:\\p4.log # Log level to use, if uncommented. #p4.log_level=split # SystemRoot and SystemDrive for a Windows machine. These are needed in order # for the package to resolve hostnames. Why? I have no idea. Send questions to # Bill.Gates@microsoft.com # p4.sysroot=D:\\WINNT p4.sysdrive=D: # If uncommented, this will set the server timeout threshold (in milliseconds). #p4.threshold=30000 # Counter to be used by the reviewer process for determining changes. p4.counter=review # This is the email that reviewer messages will be sent from. p4.reviewer.from=support@perforce.com # If set, reviewer message will only be sent to email addresses ending with it. # BE CAREFULE HERE!!! No email will be sent to users in a different domain!!! p4.reviewer.suffix=@perforce.com # Used as the URL for changes in the text/html version of e-mail. # Using java.text.MessageFormat, the following are replaced: # {0} - change number (Integer) (ex. 14267) p4.reviewer.url.change=http://myp4web:8080/p4web/change.jsp?num={0,number,#} # Used as the URL for jobs in the text/html version of e-mail. # Using java.text.MessageFormat, the following are replaced: # {0} - job name (String) (ex. job000002) p4.reviewer.url.job=http://myp4web:8080/p4web/job.jsp?name={0} # Used as the URL for file diffs in the text/html version of e-mail. # Using java.text.MessageFormat, the following are replaced: # {0} - file path (String) (ex. //depot/src/foo.c) # {1} - file last revision (Integer) (ex. 21) # {2} - file head revision (Integer) (ex. 22) # {3} - head action (String) (ex. edit) p4.reviewer.url.diff=http://tools.ucentric.com/p4jsp/diff.jsp?path={0}&r1={1}&r2={2} # Used as the URL for users in the text/html version of e-mail. # Using java.text.MessageFormat, the following are replaced: # {0} - replaced with the user id (String) (ex. david_markley) # {1} - replaced with the user e-mail (String) (ex. david@markey.cc) # {2} - replaced with the user full name (String) (ex. David Markley) p4.reviewer.url.user=http://myp4web:8080/p4web/user.jsp?id={0} # Signature placed on text/plain version of reviewer e-mail. p4.reviewer.sig.plain=\n\nThis message automatically generated by the P4 Reviewer service.\nPlease contact David Markley with questions. # Signature placed on text/html version of reviewer e-mail. p4.reviewer.sig.html=
This message automatically generated by the P4 Reviewer service.
Please contact Perforce Support with questions. # SMTP mail server used by the reviewer. Take a look at JavaMail for more # properties that may be set. mail.smtp.host=smtp.perforce.com # If set to true, a lot of debugging info is dumped regarding mail. #mail.debug=true