Sha256: 5cbb193bbd4e5d3551eb85d256ddcad994032051c4a58157cd679a1750905765

Contents?: true

Size: 566 Bytes

Versions: 40

Compression:

Stored size: 566 Bytes

Contents

---
# default topic name is this machine's hostname
# default xmpp user name/password is "hostname-pid"
# this is to ensure that every RC has its own topic and XMPP account
uid: <%= Socket.gethostname %>
uri: xmpp://<%= "#{Socket.gethostname}-#{Process.pid}" %>:<%= "#{Socket.gethostname}-#{Process.pid}" %>@localhost
environment: production
debug: false

credentials:
  root_cert_dir: /path_to_folder_contains_root_certs
  entity_cert: /path_to_cert_used_by_this_rc
  entity_key: /path_to_private_key_used_by_this_rc

communication:
  auth:
    authenticate: true

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
omf_rc-6.2.3 config/config_with_authentication.yml.example
omf_rc-6.2.2 config/config_with_authentication.yml.example
omf_rc-6.2.1 config/config_with_authentication.yml.example
omf_rc-6.2.0 config/config_with_authentication.yml.example
omf_rc-6.2.0.pre.2 config/config_with_authentication.yml.example
omf_rc-6.2.0.pre.1 config/config_with_authentication.yml.example
omf_rc-6.1.14.pre.2 config/config_with_authentication.yml.example
omf_rc-6.1.14.pre.1 config/config_with_authentication.yml.example
omf_rc-6.1.12 config/config_with_authentication.yml.example
omf_rc-6.1.11 config/config_with_authentication.yml.example
omf_rc-6.1.10 config/config_with_authentication.yml.example
omf_rc-6.1.9 config/config_with_authentication.yml.example
omf_rc-6.1.9.pre.3 config/config_with_authentication.yml.example
omf_rc-6.1.9.pre.2 config/config_with_authentication.yml.example
omf_rc-6.1.8 config/config_with_authentication.yml.example
omf_rc-6.1.7 config/config_with_authentication.yml.example
omf_rc-6.1.6 config/config_with_authentication.yml.example
omf_rc-6.1.6.pre.2 config/config_with_authentication.yml.example
omf_rc-6.1.6.pre.1 config/config_with_authentication.yml.example
omf_rc-6.1.5 config/config_with_authentication.yml.example