You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
631 B

1 year ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace GMCabsDriverAssistant
  5. {
  6. partial class Constants
  7. {
  8. //public const string BASE_URL = "http://devapi.insightpayments.com/api";
  9. //public const string BASE_URL_RYDO_API = "http://driverapidev.insightpayments.com";
  10. public const string BASE_URL = "http://3.6.215.207:8091/api";
  11. public const string BASE_URL_RYDO_API = "http://3.6.215.207:8094";
  12. //public const string BASE_URL = "https://api.insightpayments.com/api";
  13. //public const string BASE_URL_RYDO_API = "https://drivers.rydo.com.au/";
  14. }
  15. }