# Robert Cowham, Vaccaperna Systems Ltd, 2003/12/04 # # This is an example config file for testing p4python. # Note that the name of this file is constructed using the following python call: # config_filename = 'config_' + hostname + '.py' # Where hostname is the name of the current machine, e.g. some_server.some_domain.com # would give "some_server". p4_port = 'localhost:1666' p4_user = 'robert' p4_password = 'Password' p4_client = 'bruno_ws'