Files
mayan-edms/mayan/config/example.py
2014-07-09 19:41:06 -04:00

17 lines
308 B
Python

import os
from mayan.settings import *
# Production database settings
#
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': '<DB_NAME>',
#
# }
#}
# Production file locations (document_storage, gpg_home, image_cache)
# SITE_ROOT = '/local/mayan_files/