view agora-example.conf @ 209:4033ebe1867f

Add ability to download files This makes use of a new model (BundleVersion) to keep track of the locations on disk of the original uploads for each version. This will require some manual processing to get it working for existing bundles, since the information needed isn't being stored at the moment.
author dellsystem <ilostwaldo@gmail.com>
date Sun, 17 Feb 2013 14:57:39 -0500
parents 7a27b1c9cb84
children
line wrap: on
line source

# -*- coding: utf-8 -*-

# this is an example configuration
# the real file should be called 'agora.conf'


# You probably want to keep these defaults unless you're running Agora
# in a production environment.
[debug]
debug = yes
compile_less = no

#This is used for salting the hashes of users' passwords and other
#hashing algorithms.
[security]
secret_key = l0ng-str1ng-no-one-w1ll-gue55-with-numb3rs-4nd-letters

#Put the names of admins below as name = email like in the example
[admins]
Jordi GutiƩrrez Hermoso = jordigh@gmail.com

#Database details
[db]
ENGINE = django.db.backends.sqlite3
NAME = agora.sqlite
## Sample PostgreSQL
#
# ENGINE = django.db.backends.postgresql_psycopg2
# NAME = django
# USER = django
# PASSWORD = django
# HOST =
# PORT =

[env]
# see http://en.wikipedia.org/wiki/List_of_tz_zones_by_name for other
# timezones
timezone = America/Mexico_City