diff options
Diffstat (limited to 'chimere_example_project/local_settings.py.gitlab-ci')
-rw-r--r-- | chimere_example_project/local_settings.py.gitlab-ci | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chimere_example_project/local_settings.py.gitlab-ci b/chimere_example_project/local_settings.py.gitlab-ci deleted file mode 100644 index 9ad355a..0000000 --- a/chimere_example_project/local_settings.py.gitlab-ci +++ /dev/null @@ -1,15 +0,0 @@ -#!/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/' |