Define the UMDL_PREFIX for umdl2 on stg
This commit is contained in:
parent
70ac75a7e4
commit
98a3ef1e64
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ CRAWLER_RSYNC_PARAMETERS = '--no-motd --timeout 14400'
|
|||
# the host will be disable automatically (user_active)
|
||||
CRAWLER_AUTO_DISABLE = 4
|
||||
|
||||
{% if env == 'staging' %}
|
||||
UMDL_PREFIX = '/srv/'
|
||||
{% endif %}
|
||||
|
||||
umdl_master_directories = [
|
||||
{
|
||||
'type': 'directory',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue