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:
parent
73bab07baf
commit
a2284141d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue