Fix default settings files
authorKostas Papadimitriou <kpap@grnet.gr>
Wed, 4 Apr 2012 08:38:34 +0000 (11:38 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 4 Apr 2012 08:38:34 +0000 (11:38 +0300)
snf-pithos-web-client/conf/20-snf-pithos-web-client-cloudbar.conf
snf-pithos-web-client/conf/20-snf-pithos-web-client-settings.conf

index 37c35f6..f339429 100644 (file)
@@ -1,11 +1,8 @@
-# Set the login url for pithos ui to redirect unathenticated users
-# WARNING: loginUrl MUST end at "next="
-#PITHOS_UI_LOGIN_URL = 'https://accounts.okeanos.grnet.gr/im/login?next='
-
-# Set the feedback url
-#PITHOS_UI_FEEDBACK_URL = 'https://accounts.okeanos.grnet.gr/im/login?next='
-
-# Set the name of the cookie which pithos ui uses to check if user
-# is authenticated
-#PITHOS_UI_AUTH_COOKIE_NAME = '_pithos2_a'
+# cloudbar configuration
+#CLOUDBAR_ACTIVE = True
+#CLOUDBAR_LOCATION = 'https://accounts.okeanos.grnet.gr/static/im/cloudbar'
+#CLOUDBAR_COOKIE_NAME = '_pithos2_a'
+#CLOUDBAR_ACTIVE_SERVICE = 'cloud'
+#CLOUDBAR_SERVICES_URL = 'https://accounts.okeanos.grnet.gr/im/get_services'
+#CLOUDBAR_MENU_URL = 'https://accounts.okeanos.grnet.gr/im/get_menu'
 
index cfb42c7..e148dfb 100644 (file)
@@ -1,10 +1,10 @@
 # loginUrl MUST end at "next=". You should not give the value of the next
 # parameter. It will be determined automatically
-PITHOS_UI_LOGIN_URL = "https://accounts.okeanos.grnet.gr/im/login?next="
+#PITHOS_UI_LOGIN_URL = "https://accounts.okeanos.grnet.gr/im/login?next="
 
 # Feedback url
-PITHOS_UI_FEEDBACK_URL = "https://accounts.okeanos.grnet.gr/im/feedback"
+#PITHOS_UI_FEEDBACK_URL = "https://accounts.okeanos.grnet.gr/im/feedback"
 
 # Cookie name to check if user is authenticated, this should match your astakos
 # deployment cookie name
-PITHOS_UI_AUTH_COOKIE_NAME = "_pithos2_a"
+#PITHOS_UI_AUTH_COOKIE_NAME = "_pithos2_a"