Revision b4133f35

b/snf-pithos-web-client/conf/20-snf-pithos-web-client-cloudbar.conf
1
# Set the login url for pithos ui to redirect unathenticated users
2
# WARNING: loginUrl MUST end at "next="
3
#PITHOS_UI_LOGIN_URL = 'https://accounts.okeanos.grnet.gr/im/login?next='
4

  
5
# Set the feedback url
6
#PITHOS_UI_FEEDBACK_URL = 'https://accounts.okeanos.grnet.gr/im/login?next='
7

  
8
# Set the name of the cookie which pithos ui uses to check if user
9
# is authenticated
10
#PITHOS_UI_AUTH_COOKIE_NAME = '_pithos2_a'
1
# cloudbar configuration
2
#CLOUDBAR_ACTIVE = True
3
#CLOUDBAR_LOCATION = 'https://accounts.okeanos.grnet.gr/static/im/cloudbar'
4
#CLOUDBAR_COOKIE_NAME = '_pithos2_a'
5
#CLOUDBAR_ACTIVE_SERVICE = 'cloud'
6
#CLOUDBAR_SERVICES_URL = 'https://accounts.okeanos.grnet.gr/im/get_services'
7
#CLOUDBAR_MENU_URL = 'https://accounts.okeanos.grnet.gr/im/get_menu'
11 8

  
b/snf-pithos-web-client/conf/20-snf-pithos-web-client-settings.conf
1 1
# loginUrl MUST end at "next=". You should not give the value of the next
2 2
# parameter. It will be determined automatically
3
PITHOS_UI_LOGIN_URL = "https://accounts.okeanos.grnet.gr/im/login?next="
3
#PITHOS_UI_LOGIN_URL = "https://accounts.okeanos.grnet.gr/im/login?next="
4 4

  
5 5
# Feedback url
6
PITHOS_UI_FEEDBACK_URL = "https://accounts.okeanos.grnet.gr/im/feedback"
6
#PITHOS_UI_FEEDBACK_URL = "https://accounts.okeanos.grnet.gr/im/feedback"
7 7

  
8 8
# Cookie name to check if user is authenticated, this should match your astakos
9 9
# deployment cookie name
10
PITHOS_UI_AUTH_COOKIE_NAME = "_pithos2_a"
10
#PITHOS_UI_AUTH_COOKIE_NAME = "_pithos2_a"

Also available in: Unified diff