You've already forked lazarus-ccr
fix Apache module sample
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1148 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -148,7 +148,7 @@ const ADDRESS_MAP : array[TTransportType] of string = (
|
||||
//'TCP:Address=172.16.82.31;Port=1234;target=UserService',
|
||||
'TCP:Address=127.0.0.1;Port=1234;target=UserService',
|
||||
//'http:Address=http://127.0.0.1:8888/wst/services/lib_server/UserService'
|
||||
'http:Address=http://127.0.0.1:8000/services/UserService'
|
||||
'http:Address=http://127.0.0.1:8080/wst/services/UserService'
|
||||
);
|
||||
FORMAT_MAP : array[TFormatType] of string =( 'binary', 'soap', 'xmlrpc', 'json', 'json' );
|
||||
var
|
||||
|
Reference in New Issue
Block a user