You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/config.conf.tmpl
+3-4
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,9 @@
26
26
#
27
27
{{if and (eq ":2586" .ListenHTTPS) (eq "" .ListenHTTP)}}# ListenAddr :2586/https{{else if and .ListenHTTPS .ListenHTTP}}ListenAddr {{.ListenHTTPS}}/https {{.ListenHTTP}}/http{{else if .ListenHTTPS}}ListenAddr {{.ListenHTTPS}}/https{{else if .ListenHTTP}}ListenAddr {{.ListenHTTP}}/http{{else}}# ListenAddr :2586/https{{end}}
28
28
29
-
# Default ID used when using the CLI without an ID. If this is left empty, a random ID
30
-
# will be chosen by the server.
31
-
#
32
-
# This is a client-only option (pcp/ppaste). It has no effect for the server.
29
+
# Default ID used when using the CLI without an ID. If this is left empty, a random ID will be chosen by
30
+
# the server. When this option is set in the server-side config, new clients will receive the default ID
31
+
# upon joining the clipboard.
33
32
#
34
33
# Format: string consisting only of 0-9a-z.-_, but has to start with 0-9a-z
0 commit comments