From a2284141d2890574e608dfa9a745bd9b3b519cfb Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 21 Nov 2019 08:43:53 +0100 Subject: [PATCH] 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 --- config_app/conf/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_app/conf/supervisord.conf b/config_app/conf/supervisord.conf index 2cd19367a..c0099cda0 100644 --- a/config_app/conf/supervisord.conf +++ b/config_app/conf/supervisord.conf @@ -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