mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
single-server template, warn about containing-dir
for snappea PID_FILE See #195
This commit is contained in:
@@ -45,7 +45,8 @@ SNAPPEA = {
|
||||
|
||||
"PID_FILE": None,
|
||||
# alternatively (if you don't trust systemd to get at most one snappea foreman running; or if you don't use systemd
|
||||
# at all), use the below:
|
||||
# at all), use the below. Make sure the file is in a directory owned by the user running bugsink/snappea (the
|
||||
# directory will be created if it does not exist yet).
|
||||
# "PID_FILE": "{{ base_dir }}/snappea/snappea.pid",
|
||||
|
||||
"WAKEUP_CALLS_DIR": "{{ base_dir }}/snappea/wakeup",
|
||||
|
||||
@@ -65,7 +65,7 @@ SNAPPEA = {
|
||||
"TASK_ALWAYS_EAGER": True, # at least for (unit) tests, this is a requirement
|
||||
"NUM_WORKERS": 1,
|
||||
|
||||
# no_bandit_expl: development setting, we know that this is insecure
|
||||
# no_bandit_expl: development setting, we know that this is insecure "in theory" at least
|
||||
"PID_FILE": "/tmp/bugsink/snappea.pid", # nosec B108
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user