Project

General

Profile

Revision 2e753457

ID2e75345723d395c26e280c4a0cde4c73dbed1e48
Parent 98a40b9f
Child b017726f

Added by Francois POIROTTE almost 14 years ago

Modification des applications pour qu'elles utilisent un fichier de configuration séparé pour l'authentification (who.ini).

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

View differences:

development.ini
4 4
# The %(here)s variable will be replaced with the parent directory of this file
5 5
#
6 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. 
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 = true
......
16 16

  
17 17
[server:main]
18 18
use = egg:Paste#http
19
host = 0.0.0.0 
19
host = 0.0.0.0
20 20
port = 8085
21 21

  
22 22
[app:main]
......
96 96
# execute malicious code after an exception is raised.
97 97
#set debug = false
98 98

  
99
auth.config = %(here)s/who.ini
100
#auth.log_file = stdout
101
#auth.log_level = debug
102

  
99 103
# Logging configuration
100 104
# Add additional loggers, handlers, formatters here
101 105
# Uses python's logging config file format

Also available in: Unified diff