add required new-installation env value to configapp supervisord.conf

* Sets ENCRYPTED_ROBOT_TOKEN_MIGRATION_PHASE=new-installation in
  config_app/conf/supervisord.conf for the gunicorn service
This commit is contained in:
Max Audron 2019-11-21 08:43:53 +01:00
parent 73bab07baf
commit a2284141d2
No known key found for this signature in database
GPG Key ID: 9A22B3E6EA3804E3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ result_handler = supervisor_stdout:event_handler
[program:gunicorn-config]
environment=
PYTHONPATH=%(ENV_QUAYDIR)s
PYTHONPATH=%(ENV_QUAYDIR)s,ENCRYPTED_ROBOT_TOKEN_MIGRATION_PHASE=new-installation
command=gunicorn -c %(ENV_QUAYDIR)s/config_app/conf/gunicorn_web.py config_application:application
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0