17 lines
309 B
Python
17 lines
309 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/
|