clipper: use ~/.clipper.json in plist.

Clipper allows configuring the address and port for the service in a
~/.clipper.json file, but the parameters passed from the command line
(from the .plist) take precedence. As the used values are the default
ones in Clipper if not specified, this change should not cause any
issue for people without a config file.

Closes #7078.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Alejandro Ruiz 2016-11-19 16:43:49 +01:00 committed by Mike McQuaid
parent 977b02c5c5
commit e316cbcbfa

View file

@ -38,10 +38,6 @@ class Clipper < Formula
<key>ProgramArguments</key> <key>ProgramArguments</key>
<array> <array>
<string>#{opt_bin}/clipper</string> <string>#{opt_bin}/clipper</string>
<string>--address</string>
<string>127.0.0.1</string>
<string>--port</string>
<string>8377</string>
</array> </array>
<key>EnvironmentVariables</key> <key>EnvironmentVariables</key>
<dict> <dict>