Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Updated settings to include new variables for apache template (django…
Browse files Browse the repository at this point in the history
… process and admin email).
  • Loading branch information
j.c.sackett committed Jul 16, 2009
1 parent 5837fa1 commit af1fdcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/settings.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ REPO = ''

LIGHTTPD_USER = ('', '', '') #The lighty user for the server (e.g. www-data)
APACHE_USER = ('', '', '') #The apache user for the server (e.g. www-data)
ADMIN = ('', '', '') #The admin email for the apache instance (e.g. [email protected])

MYSQL_USER = ('', '', '') #The mysql user for the project
MYSQL_PASSWORD = ('', '', '') #The password for the mysql user on the project

SERVER = ('', '', '') #The ip or servername for the server
USER = ('', '', '') #The user for the server
SITE_URL = ('', '', '') #The url the site is hosted at on the server (http://example.com, http://example.com:8080, http://bad.example.com)
APACHE_PORT = ('', '', '') #The port apache is listening on

APACHE_PORT = ('', '', '') #The port apache is listening on
DJANGO_PROCESS = ('', '', '') #The process daemon for the wsgi django handler
OWNER = ('', '', '') #The user who should own the site files, logs, etc
GROUP = ('', '', '') #The group who should own the site files, logs, etc

0 comments on commit af1fdcd

Please sign in to comment.