forked from LiveCarta/PayPal-PHP-SDK
26 lines
654 B
INI
26 lines
654 B
INI
;Connection Information
|
|
[Http]
|
|
http.ConnectionTimeOut = 30
|
|
http.Retry = 1
|
|
;http.Proxy=http://[username:password]@hostname[:port][/path]
|
|
|
|
|
|
;Service Configuration
|
|
[Service]
|
|
mode=sandbox ; can be set to sandbox / live
|
|
|
|
;Logging Information
|
|
[Log]
|
|
|
|
log.LogEnabled=true
|
|
|
|
# When using a relative path, the log file is created
|
|
# relative to the .php file that is the entry point
|
|
# for this request. You can also provide an absolute
|
|
# path here
|
|
log.FileName=../PayPal.log
|
|
|
|
# Logging level can be one of FINE, INFO, WARN or ERROR
|
|
# Logging is most verbose in the 'FINE' level and
|
|
# decreases as you proceed towards ERROR
|
|
log.LogLevel=FINE |