diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 11:55:39 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 11:55:39 +0200 |
| commit | bfd0d7e3e576c700968c1eb8571f32649274b18e (patch) | |
| tree | 823b43e3689dc2a66a28cc2c9271d5b17d039dd2 /example_project/local_settings.py.gitlab-ci | |
| parent | 29e6b089568281bfa5a3dcff80f9fca8b42852af (diff) | |
| parent | d4f335cc6990eb86e011b5f58f01cf92a89ddd87 (diff) | |
| download | Ishtar-bfd0d7e3e576c700968c1eb8571f32649274b18e.tar.bz2 Ishtar-bfd0d7e3e576c700968c1eb8571f32649274b18e.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
| -rw-r--r-- | example_project/local_settings.py.gitlab-ci | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci new file mode 100644 index 000000000..7f4bcefa1 --- /dev/null +++ b/example_project/local_settings.py.gitlab-ci @@ -0,0 +1,14 @@ +DATABASES = { + 'default': { + 'ENGINE': 'django.contrib.gis.db.backends.postgis', + 'NAME': 'gis', + 'USER': 'gis', + 'PASSWORD': 'gis', + 'HOST': 'iggdrasil-postgis-1.5', + 'PORT': '5432', + } +} + +LOGFILE = '/tmp/ishtar.log' + +PROJECT_SLUG = "CI-instance" |
