Add systemd example configurations
This commit is contained in:
8
systemd/environment.example
Normal file
8
systemd/environment.example
Normal 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
|
Reference in New Issue
Block a user