Sha256: ac5c1f232f80f134163992e62f7e9ca4ca604e631ed3ef524cf90b21aab835b0

Contents?: true

Size: 720 Bytes

Versions: 7

Compression:

Stored size: 720 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: component.server.com
    password: password
    host: localhost
    port: 5278
    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

7 entries across 7 versions & 1 rubygems

Version Path
julien51-babylon-0.0.10 templates/babylon/config/config.yaml
julien51-babylon-0.0.11 templates/babylon/config/config.yaml
julien51-babylon-0.0.12 templates/babylon/config/config.yaml
julien51-babylon-0.0.13 templates/babylon/config/config.yaml
julien51-babylon-0.0.14 templates/babylon/config/config.yaml
julien51-babylon-0.0.8 templates/babylon/config/config.yaml
julien51-babylon-0.0.9 templates/babylon/config/config.yaml