zthumbor: Rename thumbor.conf to thumbor_settings.py.

So we can apply all our lint checks to it.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-07-06 16:46:30 -07:00 committed by Anders Kaseorg
parent 9900298315
commit ebf7f4d0f6
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[program:zulip-thumbor]
command=/home/zulip/deployments/current/zulip-thumbor-venv/bin/thumbor --port=9995 --conf=/home/zulip/deployments/current/zthumbor/thumbor.conf
command=/home/zulip/deployments/current/zulip-thumbor-venv/bin/thumbor --port=9995 --conf=/home/zulip/deployments/current/zthumbor/thumbor_settings.py
user=zulip
directory=/home/zulip/deployments/current/
autostart=true

View File

@ -151,7 +151,7 @@ def server_processes() -> List[List[str]]:
['env', 'PGHOST=127.0.0.1', # Force password authentication using .pgpass
'./puppet/zulip/files/postgresql/process_fts_updates', '--quiet'],
['./manage.py', 'deliver_scheduled_messages'],
['/srv/zulip-thumbor-venv/bin/thumbor', '-c', './zthumbor/thumbor.conf',
['/srv/zulip-thumbor-venv/bin/thumbor', '-c', './zthumbor/thumbor_settings.py',
'-p', f'{thumbor_port}'],
]