otto/Procfile

10 lines
363 B
Plaintext

# This Procfile is intended to be used by scripts/shoreman to run a development
# environment for Otto using locally built debug binaries
#
object-store: OTTO_OBJECT_DIR=tmp/objects RUST_LOG=debug ./target/debug/otto-object-store
orchestrator: RUST_LOG=debug ./target/debug/otto-local-orchestrator
parser: RUST_LOG=debug ./target/debug/otto-parser
# vim: ft=sh