From ab8b798547e82ca79882ba28b1920077c803425f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 5 Apr 2019 18:24:32 +0100 Subject: pysite -> pydis_site --- docker/app/uwsgi.ini | 6 +++--- docker/pysite.dockerapp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docker') diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index 73014167..3f35258c 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -5,7 +5,7 @@ socket = :4000 ### File settings # WSGI application -wsgi = pysite.wsgi:application +wsgi = pydis_site.wsgi:application # Directory to move into at startup chdir = /app @@ -18,8 +18,8 @@ cheaper = 1 workers = 4 # Automatically set up meanginful process names auto-procname = true -# Prefix process names with `pysite : ` -procname-prefix-spaced = pysite : +# Prefix process names with `pydis_site : ` +procname-prefix-spaced = pydis_site : ### Worker options # Kill workers if they take more than 30 seconds to respond. diff --git a/docker/pysite.dockerapp b/docker/pysite.dockerapp index dc472b2e..738fcfdd 100644 --- a/docker/pysite.dockerapp +++ b/docker/pysite.dockerapp @@ -1,5 +1,5 @@ version: 0.3.0 -name: pysite +name: pydis_site description: | Our community website, built on Django and PostgreSQL. namespace: python-discord -- cgit v1.2.3