summaryrefslogtreecommitdiff
path: root/chimere_example_project/local_settings.py.gitlab-ci
blob: 9ad355ac3bd8554a2d58136988a85a0e471ff394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env python
# -*- coding: utf-8 -*-

DATABASES = {
    'default': {
        'ENGINE': 'django.contrib.gis.db.backends.postgis',
        'NAME': 'gis',
        'USER': 'gis',
        'PASSWORD': 'gis',
        'HOST': 'iggdrasil-postgis-1.5',
        'PORT': '5432',
    },
}

LOG_PATH = '/tmp/'