diff options
author | Aleš Smodiš <aless@guru.si> | 2015-10-17 22:06:18 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-10-17 22:06:18 +0200 |
commit | 8893bb730b7d4127f1e4f8a47146d5dfb9300c81 (patch) | |
tree | 8caec96890db6348ac932641e1b25320ddfa9615 /scripts/systemd/codeq | |
parent | 79c4800ac99c24400ad9da91101b48d6a55234b9 (diff) |
Implemented init script for the SAML daemon, modified the refresh-and-deploy script accordingly.
Diffstat (limited to 'scripts/systemd/codeq')
-rw-r--r-- | scripts/systemd/codeq | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/systemd/codeq b/scripts/systemd/codeq index 28b133b..e6c79ec 100644 --- a/scripts/systemd/codeq +++ b/scripts/systemd/codeq @@ -10,3 +10,5 @@ CODEQ_DB_PASS=c0d3q CODEQ_SERVER_LOG=/var/log/codeq-server.log CODEQ_WEB_LOG=/var/log/codeq-web.log CODEQ_GIT_BRANCH=release +CODEQ_SAML_SERVICE_URL=https://codeq.si/Shibboleth.sso/ +CODEQ_SAML_LOG=/var/log/codeq-saml.log |