- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <appSettings>
- <!-- Port and User to Access the Perforce server-->
- <add key="P4PORT" value="perforce:1666" />
- <add key="P4USER" value="guest" />
-
- <!-- Password for the User. There are two options here:
- If P4UseLogin is false:
- will use P4PASSWORD directly (similar to 'p4 -P <password> -u <user>' at the command-line)
- If P4UseLogin is true:
- will use p4 login when connecting.
- Determining which to use depends on your server version, security settings amongst other things.
- -->
- <add key="P4PASSWORD" value="" />
- <add key="P4UseLogin" value="false" />
-
- <!--The name of the Perforce Counter to use-->
- <add key="P4Counter" value="JobLabeler"/>
-
- <!--Optional. If set the named label will be used as a template.-->
- <add key="LabelTemplate" value="job-Template"/>
-
- <!-- This is the format string for the label name that will be created.
- {0} will be replaced with the job name.
- -->
- <add key="LabelNameFormat" value="job-{0}"/>
-
- <!-- This is the time in seconds between polling the Perforce server for new fix records.-->
- <add key="SleepTime" value="30"/>
-
-
- </appSettings>
- </configuration>
# |
Change |
User |
Description |
Committed |
|
#1
|
6335 |
Jim Gomes |
Branch P4.Net. |
17 years ago
|
|
//guest/shawn_hladky/P4.Net/main/samples/JobLabeler/src/JobLabeler/App.config |
#1
|
5830 |
Shawn Hladky |
P4.Net: reorg to support release branches |
18 years ago
|
|
//guest/shawn_hladky/P4.Net/samples/JobLabeler/src/JobLabeler/App.config |
#1
|
5427 |
Shawn Hladky |
P4.Net -- several fixes and added sample application |
19 years ago
|
|