MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / Config

Class Config

Skay_Exp/src/config/Config.java:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package config;
2
3public 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected