diff options
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 |
commit | 8f100b15abb76b00fdcfab367cefbc859ed38d88 (patch) | |
tree | b78435e052a5b26bffef0ae046d2c4c55772e7e0 /example_project/local_settings.py.gitlab-ci | |
parent | 4a443841efd6f0e1d6aa4f0d81b4035d73209001 (diff) | |
download | Ishtar-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-ci | 8 |
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', } } |