This is part of Web.config
<endpoint address="http://localhost:1001/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_I" contract="API.I" name="BasicHttpBinding_IStore" />
I wan't to change address="http://localhost:1001/" to address="http://10.133.1.5:1001/" or any when deploy with Octopus. I read Document but don't understand, anyone can help my issue. Thanks