Skip to content

Commit 53edb3e

Browse files
authored
Add small note to perforce p4.port docs (#576)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval Although pull request approval is not enforced for this repository in order to reduce friction, merging without a review will generate a ticket for the docs team to review your changes. So if possible, have your pull request approved before merging.
1 parent cdb10de commit 53edb3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/admin/repo/perforce.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,11 @@ When file-level permissions are enabled, Sourcegraph will read the Perforce prot
203203
// The ticket value for the user (P4PASSWD). You can get this by running `p4 login -p` or `p4 login -pa`. It should look like `6211C5E719EDE6925855039E8F5CC3D2`.
204204
"p4.passwd": null,
205205

206-
// The Perforce Server address to be used for p4 CLI (P4PORT).
206+
// The Perforce Server address to be used for p4 CLI (P4PORT). It's recommended to specify the protocol prefix (e.g. tcp: or ssl:) as part of the address.
207207
"p4.port": null,
208208
// Other example values:
209209
// - "ssl:111.222.333.444:1666"
210+
// - "tcp:111.222.333.444:1666"
210211

211212
// The user to be authenticated for p4 CLI (P4USER).
212213
"p4.user": null,

0 commit comments

Comments
 (0)