 
            | Responder Mobile > Configure Miner.Responder.DataServices.exe.config | 
In this step, you will modify the Miner.Responder.DataServices.exe.config file to point to the MobileService service. Follow the steps below.
| 
                                Copy Code
                             | |
|---|---|
| <add key="MobileResponderEnabled" value="False" /> | |
The remaining steps are necessary only if Responder Data Services resides on a different machine than the MobileService windows service. The Responder Mobile Server is a separate installer.
| 
                                Copy Code
                             | |
|---|---|
| <endpoint address="http://localhost:8000/MobileResponder/Service/" binding="wsHttpBinding" bindingConfiguration="" contract="Miner.Responder.Shared.Interfaces.IMobileService" name="MobileResponder"> | |
|  | Query Services: If you're running Query Services, open Miner.Responder.QueryWindowsService.exe.config and perform the steps listed above. |