github.com/release-engineering/exodus-rsync@v1.11.2/exodus-rsync.conf (about)

     1  # Global default configuration values applied across all environments.
     2  gwcert: $HOME/certs/$USER.crt
     3  gwkey: $HOME/certs/$USER.key
     4  gwurl: https://localhost:8010
     5  
     6  # Configuration per target host.
     7  #
     8  # When exodus-rsync is run as 'rsync' it will inspect the target
     9  # user@host component of the command-line. If the host matches one of
    10  # these 'environment' entries, usage of exodus-gw is enabled and the
    11  # specified config is used.
    12  environments:
    13  - prefix: exodus
    14    gwenv: test
    15  
    16  - prefix: localhost
    17    rsyncmode: mixed
    18    gwenv: test