``` [program:app_name] command = /home/kampret/app/venv/bin/python script.py directory = /home/kampret/app user = kampret stdout_logfile = /home/kampret/app/logs/web_stdout.log stderr_logfile = /home/kampret/app/web_stderr.log redirect_stderr = True autostart= True environment = PATH="/home/kampret/app/venv/bin", DEBUG=True ```