Statistics
| Branch: | Tag: | Revision:

root / snf-branding / conf / 15-snf-branding-settings.conf @ 1e23ceb2

History | View | Annotate | Download (1.5 kB)

1
## Service and company names/urls
2
######################
3

    
4
#BRANDING_SERVICE_NAME = 'Synnefo'
5
#BRANDING_SERVICE_URL =	'http://www.synnefo.org/'
6
#BRANDING_COMPANY_NAME = 'GRNET'
7
#BRANDING_COMPANY_URL = 'https://www.grnet.gr/en/'
8

    
9
## Images
10
######################
11

    
12
# The default path to the folder that contains all branding images
13
#BRANDING_IMAGE_MEDIA_URL= MEDIA_URL + 'branding/images/'
14

    
15
# You can replace an image by providing either its absolute or its relative url.
16
# In the case of the relative url, you have the option to  just replace     
17
# <path_to_image_folder> with the correct path and keep the naming convention 
18
# for the image.
19

    
20
# The service favicon
21
#BRANDING_FAVICON_URL = '<path_to_image_folder>/favicon.ico'
22

    
23
#Logo used in Dashboard pages (Astakos)
24
#BRANDING_DASHBOARD_LOGO_URL =  '<path_to_image_folder>/dashboard_logo.png'
25

    
26
#Logo used in Compute pages (Cyclades)
27
#BRANDING_COMPUTE_LOGO_URL = '<path_to_image_folder>/compute_logo.png'
28

    
29
#Logo used in Console page for VM (Cyclades)
30
#BRANDING_CONSOLE_LOGO_URL = '<path_to_image_folder>/console_logo.png'
31

    
32
#Logo used in Storage pages (Pithos)
33
#BRANDING_STORAGE_LOGO_URL = '<path_to_image_folder>/storage_logo.png'
34

    
35
## Copyright options
36
######################
37

    
38
# If True, Copyright message will appear at the footer of the Compute and 
39
# Dashboard UI 
40
#BRANDING_SHOW_COPYRIGHT = False
41

    
42
# Defaults to 'Copyright (c) 2011-<current_year> GRNET.'
43
#BRANDING_COPYRIGHT_MESSAGE = 'Copyright (c) 2011-<current_year> GRNET S.A.'