Remove stale services from the Procfile

Right now auctioneer and eventbus don't really do spit, so no need to launch
them
This commit is contained in:
R Tyler Croy 2020-11-01 14:36:41 -08:00
parent 51631ed09c
commit 389da374cf
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# environment for Otto using locally built debug binaries
#
eventbus: RUST_LOG=info ./target/debug/otto-eventbus
auctioneer: RUST_LOG=debug ./target/debug/otto-auctioneer
object-store: RUST_LOG=debug ./target/debug/otto-object-store
# vim: ft=sh