Project

General

Profile

Revision 0f56fff9

ID0f56fff9b58e9d405450d8f3e8411b4179737243
Parent 0e24cd14
Child 6c664a14

Added by Francois POIROTTE over 14 years ago

Migration des settings de deploiement depuis vigi*_cfg.py vers le fichier INI correspondant.
Ajout d'un patch pour PasteDeploy qui permet de gérer les échapements dans l'interpolation.
Ticket associé: http://trac.pythonpaste.org/pythonpaste/ticket/379

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@654 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

development.ini
22 22
[app:main]
23 23
use = egg:vigiboard
24 24

  
25
# Requis par Vigiboard
26
appname = vigiboard
25
; Nombre d'évènements par page.
26
vigiboard_item_per_page = 15
27

  
28
; URL vers laquelle le logo de Vigilo redirige.
29
vigiboard_links.logo = /
30

  
31
; XXX PasteDeploy uses ConfigParser which doesn't play well with interpolation.
32
; See http://trac.pythonpaste.org/pythonpaste/ticket/379
33
;
34
; vigicore/patches/paste_deploy_SafeConfigParser.diff contains a patch to
35
; use SafeConfigParser which supports string interpolation escapes.
36
;
37
; URL des tickets, possibilités:
38
; - %(idevent)d
39
; - %(host)s
40
; - %(service)s
41
; - %(tt)s
42
vigiboard_links.tt = http://example4.com/%%(idevent)d/%%(tt)s
43

  
44
; Default font size, must be a valid size as per the CSS 2.1 specification.
45
; See http://www.w3.org/TR/CSS21/fonts.html#font-size-props
46
vigiboard_font.size = 10px
47

  
27 48

  
28 49
full_stack = true
29 50
#lang = fr

Also available in: Unified diff