Fixed a typo in settings.py.dist
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 10 Feb 2012 13:41:00 +0000 (15:41 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 10 Feb 2012 13:41:00 +0000 (15:41 +0200)
settings.py.dist

index 1c43566..c0708c5 100644 (file)
@@ -184,7 +184,7 @@ BROKER_URL = "beanstalk://localhost:11300//"
 
 SHIB_AUTH_ENTITLEMENT = 'urn:mace'
 SHIB_ADMIN_DOMAIN = 'grnet.gr'
-SHIB_LOGOUT_URL = 'https://netdev.grnet.gr/Shibboleth.sso/Logout'
+SHIB_LOGOUT_URL = 'https://example.com/Shibboleth.sso/Logout'
 
 # BCC mail addresses
 NOTIFY_ADMIN_MAILS = ["admin@admin.com"]