diff options
Diffstat (limited to 'chimere_example_project/local_settings.py.gitlab-ci')
| -rw-r--r-- | chimere_example_project/local_settings.py.gitlab-ci | 17 |
1 files changed, 0 insertions, 17 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 5abd801..0000000 --- a/chimere_example_project/local_settings.py.gitlab-ci +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -SECRET_KEY = "Not so secret..." - -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/' |
