a web-based Rock Band 4 stats viewer and achievement tracker website
at master 8 lines 206 B view raw
1namespace davesave_web 2{ 3 public class AppSettings 4 { 5 public const string PUBLIC_URL = "https://davesave.ipg.pw"; 6 public const string WEBAPI_URL = "https://xboxapi.ipg.pw"; 7 } 8}