View Source Baby.Application (Baby v0.32.0)

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)

Summary

Functions

A usable child specification for starting under a supervision tree

Functions

A usable child specification for starting under a supervision tree