Revision 996d6725

b/cloudcms/synnefo_settings.py
94 94
    pass
95 95

  
96 96

  
97
CLOUDBAR_URL = '/static/im/cloudbar/cloudbar.js'
98
CLOUDBAR_ACTIVE_SERVICE = 'okeanos_cms'
99

  
100 97
import os
101 98
SITE_ID = int(os.environ.get('CLOUDCMS_SITE_ID', 1))
99

  
b/conf/20-snf-cloudcms-cloudbar.conf
1
# astakos 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'
8

  
b/conf/20-snf-cloudcms-settings.conf
1
# astakos 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'
8

  
9

  
10 1
# how many posts to display in blog list
11 2
CLOUDCMSBLOG_ENTRIES_PER_PAGE = 5
12 3

  
13 4
# directory where cms medialibrary files are uploaded to
14
FEINCMS_MEDIALIBRARY_UPLOAD_TO = '/usr/share/synnefo/static/cmsuploads/'
5
#FEINCMS_MEDIALIBRARY_UPLOAD_TO = '/usr/share/synnefo/static/medialibrary/'
15 6

  

Also available in: Unified diff