summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 14:35:00 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 14:35:00 +0200
commitd5177149e0d6c5ab454e7b8adcc589e9e2721609 (patch)
treecb9d50ff0bf22f76690c5b91e2bb1f38017e3bcc /example_project
parenta6d2faa3ffaa9f468ab17e121be02ce0d7495b99 (diff)
downloadIshtar-d5177149e0d6c5ab454e7b8adcc589e9e2721609.tar.bz2
Ishtar-d5177149e0d6c5ab454e7b8adcc589e9e2721609.zip
Comments
Diffstat (limited to 'example_project')
-rw-r--r--example_project/local_settings.py.gitlab-ci2
-rw-r--r--example_project/local_settings.py.sample2
2 files changed, 3 insertions, 1 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci
index 69744da43..7f4bcefa1 100644
--- a/example_project/local_settings.py.gitlab-ci
+++ b/example_project/local_settings.py.gitlab-ci
@@ -10,3 +10,5 @@ DATABASES = {
}
LOGFILE = '/tmp/ishtar.log'
+
+PROJECT_SLUG = "CI-instance"
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample
index ee5338801..5a7550d9a 100644
--- a/example_project/local_settings.py.sample
+++ b/example_project/local_settings.py.sample
@@ -34,7 +34,7 @@ DEBUG_TOOLBAR = False
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = False
-# important to change on a server hosting multiple ishtar instances
+# very important to change on a server hosting multiple ishtar instances
PROJECT_SLUG = "my-project"
# complete with host/domain names that this website can serve