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

Version Path
julien51-babylon-0.1.0 templates/babylon/config/config.yaml
julien51-babylon-0.1.10 templates/babylon/config/config.yaml
julien51-babylon-0.1.11 templates/babylon/config/config.yaml
julien51-babylon-0.1.2 templates/babylon/config/config.yaml
julien51-babylon-0.1.3 templates/babylon/config/config.yaml
julien51-babylon-0.1.4 templates/babylon/config/config.yaml
julien51-babylon-0.1.5 templates/babylon/config/config.yaml
julien51-babylon-0.1.6 templates/babylon/config/config.yaml
julien51-babylon-0.1.7 templates/babylon/config/config.yaml
julien51-babylon-0.1.8 templates/babylon/config/config.yaml
julien51-babylon-0.1.9 templates/babylon/config/config.yaml
mohiam-babylon-0.1.7 templates/babylon/config/config.yaml
skates-0.2.17 templates/skates/config/config.yaml
skates-0.2.16 templates/skates/config/config.yaml
skates-0.2.15 templates/skates/config/config.yaml
skates-0.2.14 templates/skates/config/config.yaml
skates-0.2.13 templates/skates/config/config.yaml
skates-0.2.11 templates/skates/config/config.yaml
skates-0.2.10 templates/skates/config/config.yaml
skates-0.2.9 templates/skates/config/config.yaml