integration des variables paypal
darcs-hash:20061006190208-f46e9-4d0aaea81cff82e31f38ad68a6934a24e4d6ac3e.gz
This commit is contained in:
parent
892d69b876
commit
28a524ffc9
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@ server.reverseDNS=False
|
||||||
server.threadPool=10
|
server.threadPool=10
|
||||||
server.environment="development"
|
server.environment="development"
|
||||||
server.log_config_options= True
|
server.log_config_options= True
|
||||||
|
|
||||||
logDebugInfoFilter.on = False
|
logDebugInfoFilter.on = False
|
||||||
|
|
||||||
sessionAuthenticateFilter.on=True
|
sessionAuthenticateFilter.on=True
|
||||||
sessionFilter.on = True
|
sessionFilter.on = True
|
||||||
sessionFilter.locking = "implicit"
|
sessionFilter.locking = "implicit"
|
||||||
|
|
||||||
#base_url_filter.on = True
|
paypal.businessAdress = "gdetrez-buisness@crans.org"
|
||||||
#base_url_filter.base_url = "https://intranet2.crans.org/"
|
paypal.useSandbox = True
|
||||||
#base_url_filter.use_x_forwarded_host = True
|
|
||||||
|
|
||||||
[/]
|
[/]
|
||||||
# Now we can work on our filter as with the standard filters
|
# Now we can work on our filter as with the standard filters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue