GitHub user grs opened a pull request:

    https://github.com/apache/qpid-proton/pull/150

    PROTON-1888: allow configuration of connection details from a config …

    …file
    
    The file to use can be specified using the CONNECT_CONFIG environment 
variable. If
    that is not set, it will look for a file name connect.json, first in the 
current
    directory, then in the users local configuration directory 
(~/.config/messaging)
    and then in the system config directory (/etc/messaging/)
    
    The config file is in json format and the following properties can be 
specified:
    
    scheme
    host
    port
    sasl_mechanisms
    user
    password
    cert_file
    private_key_file
    private_key_password
    ca_cert_file

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/grs/qpid-proton default_connect_proposal

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-proton/pull/150.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #150
    
----
commit 52f0f270dc40017cdaffba4f9c5e865e2859df4d
Author: Gordon Sim <gsim@...>
Date:   2018-05-16T15:54:19Z

    PROTON-1888: allow configuration of connection details from a config file
    
    The file to use can be specified using the CONNECT_CONFIG environment 
variable. If
    that is not set, it will look for a file name connect.json, first in the 
current
    directory, then in the users local configuration directory 
(~/.config/messaging)
    and then in the system config directory (/etc/messaging/)
    
    The config file is in json format and the following properties can be 
specified:
    
    scheme
    host
    port
    sasl_mechanisms
    user
    password
    cert_file
    private_key_file
    private_key_password
    ca_cert_file

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to