All docs
This doc
...
Code Block |
---|
<Environments> <Environment type="production"> <Name>Production and Sandbox<<Name>Production</Name> <ServerURL>https://localhost:9445/services/</ServerURL> <Username>admin</Username> <Password>admin</Password> <GatewayEndpoint>http://localhost:8282,https://localhost:8245</GatewayEndpoint> </Environment> <Environment type="sandbox"> <Name>Production and Sandbox<<Name>Sandbox</Name> <ServerURL>https://localhost:9448/services/</ServerURL> <Username>admin</Username> <Password>admin</Password> <GatewayEndpoint>http://localhost:8285,https://localhost:8248</GatewayEndpoint> </Environment> </Environments> |
...