Sha256: 8cdc1fd1a8c90e6062dc2c160ce300c3b5f8f5ad3f402aeddbcac479cf921702
Contents?: true
Size: 680 Bytes
Versions: 28
Compression:
Stored size: 680 Bytes
Contents
# This contains the global configuration of your component. # environment: # jid: your.component.jid # password: your.component.password # host: host on which the XMPP server is running # port: port to which your component should connect # application_type: client | component (by default it is component and we strongly discourage any client application in production) development: jid: user@server.com password: password application_type: client test: jid: component.server.com password: password host: localhost port: 5278 production: jid: component.server.com password: password host: localhost port: 5278
Version data entries
28 entries across 28 versions & 3 rubygems