# -*- perl -*- # ################################################################# # # Configuration file for P4DB # ################################################################# # Set P4PORT, if other than default $ENV{P4PORT} = "public.perforce.com:1666" ; # If you're running the CGI on NT, you need a Unix-like shell & to # set it here #$ENV{SHELL} = "C:/mksnt/sh.exe" ; # Path to and name of p4 command $P4 = "./p4" ; # Mail addresses $administrators{"Perforce Administrator"} = "holtdl\@yahoo.com" ; $administrators{"P4DB Administrator"} = "holtdl\@yahoo.com" ; # Set up script name (leave commented out for Apache) #$ENV{SCRIPT_NAME} = $0 ; # Set vars for HTTP cookies $ENV{DOMAIN_NAME} = ".tsoft.com" ; $ENV{EXPIRE_DATE} = "" ; $ENV{HTTP_PATH} = "/public_html/" ; $ENV{HTTP_SECURE} = "" ; # Set vars for return from top-level page (see index.cgi) $ENV{RETURN_PAGE} = "http://www.perforce.com/index.html" ; $ENV{RETURN_NAME} = "Perforce Home Page" ; # Set var for intranet URL (see sfv_html.cgi) $ENV{INTRANET_URL} = "http://perforce.com" ; # Restricted files/dirs: # List directories of files or names of files that shouldn't be viewed # (e.g., cryptography files). # Format of list is: #!{File,Dir}name #!Cryptography #!jce1_2-do.jar