nettoyages
darcs-hash:20061007112807-f46e9-02bfca6cc1548a418cb0092b7629e32904523432.gz
This commit is contained in:
parent
a12c770ca5
commit
3361d9c8e8
3 changed files with 25 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
# The configuration file called myconfigfile.conf
|
||||
# The configuration file called dev.conf
|
||||
[global]
|
||||
server.socketPort=8083
|
||||
server.socketHost=""
|
||||
|
@ -14,20 +14,6 @@ server.log_config_options= True
|
|||
|
||||
logDebugInfoFilter.on = False
|
||||
|
||||
sessionAuthenticateFilter.on=True
|
||||
sessionFilter.on = True
|
||||
sessionFilter.locking = "implicit"
|
||||
|
||||
# option pour utiliser mon compre de test chez paypal
|
||||
paypal.businessAdress = "gdetrez-buisness@crans.org"
|
||||
paypal.useSandbox = True
|
||||
|
||||
[/]
|
||||
# Now we can work on our filter as with the standard filters
|
||||
templatesEngine.on = True
|
||||
|
||||
[/static]
|
||||
sessionAuthenticateFilter.on=False
|
||||
sessionFilter.on = False
|
||||
server.output_filters.templatesEngine.on = False
|
||||
staticFilter.on = True
|
||||
staticFilter.dir = "/usr/scripts/intranet/static/"
|
||||
|
|
|
@ -1,5 +1,23 @@
|
|||
[global]
|
||||
rootDir="/usr/scripts/intranet"
|
||||
mail.bugreport = "intranet-bugreport@lists.crans.org"
|
||||
|
||||
[/nounous]
|
||||
crans.droits="nounou"
|
||||
sessionAuthenticateFilter.on=True
|
||||
sessionFilter.on = True
|
||||
sessionFilter.locking = "implicit"
|
||||
|
||||
|
||||
# ceci est un exemple de definission de droits
|
||||
#[/nounous]
|
||||
#crans.droits="nounou"
|
||||
|
||||
[/]
|
||||
# Now we can work on our filter as with the standard filters
|
||||
templatesEngine.on = True
|
||||
|
||||
[/static]
|
||||
sessionAuthenticateFilter.on=False
|
||||
sessionFilter.on = False
|
||||
server.output_filters.templatesEngine.on = False
|
||||
staticFilter.on = True
|
||||
staticFilter.dir = "/usr/scripts/intranet/static/"
|
||||
|
|
|
@ -14,21 +14,6 @@ server.show_tracebacks= False
|
|||
server.log_config_options= False
|
||||
logDebugInfoFilter.on = False
|
||||
|
||||
sessionAuthenticateFilter.on=True
|
||||
sessionFilter.on = True
|
||||
sessionFilter.locking = "implicit"
|
||||
|
||||
base_url_filter.on = True
|
||||
base_url_filter.base_url = "https://intranet2.crans.org/"
|
||||
base_url_filter.use_x_forwarded_host = True
|
||||
|
||||
[/]
|
||||
# Now we can work on our filter as with the standard filters
|
||||
templatesEngine.on = True
|
||||
|
||||
[/static]
|
||||
sessionAuthenticateFilter.on=False
|
||||
sessionFilter.on = False
|
||||
server.output_filters.templatesEngine.on = False
|
||||
staticFilter.on = True
|
||||
staticFilter.dir = "/usr/scripts/intranet/static/"
|
||||
#base_url_filter.on = True
|
||||
#base_url_filter.base_url = "https://intranet2.crans.org/"
|
||||
#base_url_filter.use_x_forwarded_host = True
|
Loading…
Add table
Add a link
Reference in a new issue