summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.gitlab-ci
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-11-13 10:20:12 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-11-13 11:35:46 +0100
commit8f100b15abb76b00fdcfab367cefbc859ed38d88 (patch)
treeb78435e052a5b26bffef0ae046d2c4c55772e7e0 /example_project/local_settings.py.gitlab-ci
parent4a443841efd6f0e1d6aa4f0d81b4035d73209001 (diff)
downloadIshtar-8f100b15abb76b00fdcfab367cefbc859ed38d88.tar.bz2
Ishtar-8f100b15abb76b00fdcfab367cefbc859ed38d88.zip
👷 CI: change runner for shell
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r--example_project/local_settings.py.gitlab-ci8
1 files changed, 4 insertions, 4 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci
index bc842f004..3831a56fa 100644
--- a/example_project/local_settings.py.gitlab-ci
+++ b/example_project/local_settings.py.gitlab-ci
@@ -1,10 +1,10 @@
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
- 'NAME': 'gis',
- 'USER': 'gis',
- 'PASSWORD': 'gis',
- 'HOST': 'postgis-postgis',
+ 'NAME': 'ishtar_test',
+ 'USER': 'ishtar_test',
+ 'PASSWORD': 'ishtar_test',
+ 'HOST': '127.0.0.1',
'PORT': '5432',
}
}