[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/docsops/getting-started-python/main/gce/python-app.conf [Back]  [Original]

[program:pythonapp]
directory=/opt/app/gce
command=/opt/app/gce/env/bin/honcho start -f ./procfile hello
autostart=true
autorestart=true
user=pythonapp
# Environment variables ensure that the application runs inside of the
# configured virtualenv.
environment=VIRTUAL_ENV="/opt/app/gce/env",PATH="/opt/app/gce/env/bin",HOME="/home/pythonapp",USER="pythonapp"
stdout_logfile=syslog
stderr_logfile=syslog

Web Proxy Viewer  |  New URL  |  Original Page