| 1 | package config; |
| 2 | |
| 3 | public class Config { |
| 4 | public static final String API_TOKEN = "c68b7d217125ccc335cdcb100bce6453"; |
| 5 | public static final String DNSLOG_DOMAIN = "72568b.ceye.io"; |
| 6 | public static String USER_TOKEN = "2333"; |
| 7 | public static String LOGIN_URL = "http://cve.i.hsxxr.xyz/api/Member/login"; |
| 8 | public static String CHECK_USER_URL = "http://cve.i.hsxxr.xyz/api/Member/view?member_id=1"; |
| 9 | public static String CHECK_PAYLOAD_URL = "http://cve.i.hsxxr.xyz/api/Auth/view"; |
| 10 | public static String LOG_URL = "http://cve.i.hsxxr.xyz/api/Userlog/add"; |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected