using System; using System.Collections.Generic; using System.Text; namespace classes { public static class Constants { public static double TimeDefaultValue = 60; public static string REGION = "eu-west-1"; public static string INVALID_SESSION_TOKEN = "INVALID TOKEN"; public static string AUTHENTICATION_FAILED = "AUTHENTICATION FAILED"; public static string INVALID_STRUCTURE = "INVALID DATA STRUCTURE"; public static string CognitoCodePlaceHolder = "%7Bcode%7D"; public static string TMT_MAIL = "help@paymyfines.co.za"; public static string TMT_MAIL_HOST = "email-smtp.eu-west-1.amazonaws.com"; public static string NO_RESPONSE = "Third party did not respond"; // public static string IFORCE_ENATIS_API_BASE_URL = "http://192.168.0.41:8080/api/"; //sandbox //public static string PDF_MICRO_BASE_URL = "http://10.104.5.173:8080/htmltopdf"; //CHECK THIS public static string reCAPTCHA_URL = "https://www.google.com/recaptcha/api/siteverify"; //other half of the recaptcha key //public static string reCAPTCHA_KEY = "6LeyURcdAAAAAHCONffPVDy8cEOfdi0VrTBcQUAq"; public static string reCAPTCHA_KEY = "6LddO6UeAAAAANkZeXJ0CJTBEXQizgFLsHq5X9Jy"; //CHECK THIS public static string SESARN = "pmf-ses-smtp"; public static string DBARN = "pmf-rds"; } }