Project

General

Profile

Revision 340bf711

ID340bf711cc9c445c46622d63aebf4b5feae7a0ec
Parent 81e0d2a1
Child 24baf22e

Added by Francois POIROTTE about 14 years ago

Mise à jour de la config par défaut de VigiBoard avec les liens, la fonction de hachage des mdp, le préfixe de la BDD, etc.

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

View differences:

deployment/settings.ini
22 22
[app:main]
23 23
use = egg:vigiboard
24 24

  
25
db_basename=
26
;password_hashing_function=md5
25
db_basename=vigilo_
26
password_hashing_function=md5
27 27
lang=fr
28 28
use_kerberos=False
29
help_link=http://foo.bar/help
29 30

  
30 31
; Nombre d'événements par page.
31 32
vigiboard_items_per_page = 15
32 33

  
33 34
; URL vers laquelle le logo de Vigilo redirige.
34
vigiboard_links.logo = /
35
logo_link = /
35 36

  
36 37
; Ordre de tri pour la priorité des événements.
37 38
; - Utiliser "asc" si la priorité est inversement proportionnelle à sa
......
54 55
full_stack = true
55 56
cache_dir = /tmp/vigilo/vigiboard/data
56 57
beaker.session.key = vigiboard
57
beaker.session.secret = somesecret
58
beaker.session.secret = vigilo
58 59
sa_auth.cookie_secret = vigilo
59 60

  
60 61
; If you'd like to fine-tune the individual locations of the cache data dirs
......
72 73
sqlalchemy.pool_recycle = 3600
73 74

  
74 75
base_url_filter.base_url=
75
; if you are using Mako and want to be able to reload
76
; the mako template from disk during the development phase
77
; you should say 'true' here
78
; This option is only used for mako templating engine
79
; WARNING: if you want to deploy your application using a zipped egg
80
; (ie: if your application's setup.py defines zip-safe=True, then you
81
; MUST put "false" for the production environment because there will
82
; be no disk and real files to compare time with.
83
; On the contrary if your application defines zip-safe=False and is
84
; deployed in an unzipped manner, then you can leave this option to true
85
templating.mako.reloadfromdisk = true
86

  
87
; the compiled template dir is a directory that must be readable by your
88
; webserver. It will be used to store the resulting templates once compiled
89
; by the TemplateLookup system.
90
; During development you generally don't need this option since paste's HTTP
91
; server will have access to you development directories, but in production
92
; you'll most certainly want to have apache or nginx to write in a directory
93
; that does not contain any source code in any form for obvious security reasons.
94
;
95
;templating.mako.compiled_templates_dir = /some/dir/where/webserver/has/access
96

  
97
; WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
98
; Debug mode will enable the interactive debugging tool, allowing ANYONE to
99
; execute malicious code after an exception is raised.
100 76
set debug = false
101 77

  
102 78
; Logging configuration

Also available in: Unified diff