# -*- 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
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 271 | Diane Holt |
The Perl files for P4DB. These (almost) match the files in rev 1 of the p4db.tar file -- a few files have some minor cosmetic changes in the code, and chv.cgi has a Legend item added that was missing in the one in the tar-file. These files, at rev 1 (and the files in p4db.tar at rev 1), are suitable for for running the app with release 98.2 of P4. |