# Server endpoint. # clipcatctl connects to server via unix domain socket if `server_endpoint` is a file path like: # "/run/user//clipcat/grpc.sock". # clipcatctl connects to server via http if `server_endpoint` is a URL like: "http://127.0.0.1:45045". server_endpoint = "/run/user//clipcat/grpc.sock" [log] # Emit log message to a log file. # Delete this line to disable emitting to a log file. file_path = "/path/to/log/file" # Emit log message to systemd-journald emit_journald = true # Emit log message to stdout. emit_stdout = false # Emit log message to stderr. emit_stderr = false # Log level level = "INFO"