Project

General

Profile

Revision b35a6da9

IDb35a6da919f819e8d9eeab8c26abd9d803bfba3d
Parent a6e538ca
Child 2a729faa

Added by Francois POIROTTE over 13 years ago

[#526] Uniformisation de la syntaxe des commentaires au sein d'un même fichier INI.

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

View differences:

deployment/settings.ini
1
#
2
# vigigraph - Pylons development environment configuration
3
#
4
# The %(here)s variable will be replaced with the parent directory of this file
5
#
6
# This file is for deployment specific config options -- other configuration
7
# that is always required for the app is done in the config directory,
8
# and generally should not be modified by end users.
1
;
2
; vigigraph - Pylons development environment configuration
3
;
4
; The %(here)s variable will be replaced with the parent directory of this file
5
;
6
; This file is for deployment specific config options -- other configuration
7
; that is always required for the app is done in the config directory,
8
; and generally should not be modified by end users.
9 9

  
10 10
[DEFAULT]
11 11
debug = false
12
# Uncomment and replace with the address which should receive any error reports
13
#email_to = you@yourdomain.com
12
; Uncomment and replace with the address which should receive any error reports
13
;email_to = you@yourdomain.com
14 14
smtp_server = localhost
15 15
error_email_from = paste@localhost
16 16

  
......
148 148
; du client.
149 149
beaker.session.key = vigigraph
150 150

  
151
# If you'd like to fine-tune the individual locations of the cache data dirs
152
# for the Cache data, or the Session saves, un-comment the desired settings
153
# here:
154
#beaker.cache.data_dir = %(here)s/data/cache
155
#beaker.session.data_dir = %(here)s/data/sessions
151
; If you'd like to fine-tune the individual locations of the cache data dirs
152
; for the Cache data, or the Session saves, un-comment the desired settings
153
; here:
154
;beaker.cache.data_dir = %(here)s/data/cache
155
;beaker.session.data_dir = %(here)s/data/sessions
156 156

  
157 157
;
158 158
; 6 - Autres options.
......
164 164
full_stack = true
165 165

  
166 166
; Doit valoir false en production (risque de sécurité sinon).
167
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
168
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
169
# execute malicious code after an exception is raised.
167
; WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
168
; Debug mode will enable the interactive debugging tool, allowing ANYONE to
169
; execute malicious code after an exception is raised.
170 170
set debug = false
171 171

  
172
# Logging configuration
173
# Add additional loggers, handlers, formatters here
174
# Uses python's logging config file format
175
# http://docs.python.org/lib/logging-config-fileformat.html
172
; Logging configuration
173
; Add additional loggers, handlers, formatters here
174
; Uses python's logging config file format
175
; http://docs.python.org/lib/logging-config-fileformat.html
176 176

  
177 177
[loggers]
178 178
keys = root, vigigraph, sqlalchemy, auth

Also available in: Unified diff