View Source Baby.Application (Baby v0.9.1)

By design the Baby server does not start automatically.

To use the :baby configuration, it may be started via:

Baby.Application.start(:normal) 

One may also craft a custom configuration to be supplied at runtime:

config = [spool_dir: "~/.special_bamboo"]
Baby.Application.start(:normal, config)

Link to this section Summary

Functions

A usable child specification for starting under a supervision tree

Link to this section Functions

A usable child specification for starting under a supervision tree