summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.setup
blob: f3cf92a398b5e63ac12cf11e470a3bfbe766e019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DATABASES = {
    'default': {
        'ENGINE': 'django.contrib.gis.db.backends.postgis',
        'NAME': 'ishtar-setup-test',
        'USER': 'ishtar-setup-test',
        'PASSWORD': 'ishtar-setup-test',
        'HOST': '127.0.0.1',
        'PORT': '',
    }
}

LOGFILE = '/tmp/ishtar.log'

PROJECT_SLUG = "test-instance"

SECRET_KEY = "not-so-secret-key"
DISABLE_TASK_TIMEOUT = True