Add systemd example configurations

This commit is contained in:
2021-10-31 00:51:38 -04:00
parent 2a941e6ece
commit 2277ea3ac1
4 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,8 @@
PYTHONUNBUFFERED="true"
BB_BROKER="redis://127.0.0.1:6379/0"
BB_WORK_DIR="/tmp/bbuilder"
BB_DEBUG="false"
BB_LISTEN_ADDR="0.0.0.0"
BB_LISTEN_PORT="7999"
BB_AUTH_KEY="I'mALittleTeapot"
BB_CONCURRENCY=1