Reset the default K+ url
This commit is contained in:
parent
62b94ce311
commit
5a99755e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ public static class Configuration
|
||||||
private static readonly string AppSettingsFilename = Path.Join("config", GetAppSettingFilename());
|
private static readonly string AppSettingsFilename = Path.Join("config", GetAppSettingFilename());
|
||||||
|
|
||||||
public static readonly string KavitaPlusApiUrl = Environment.GetEnvironmentVariable("ASPNETCORE_ENVIRONMENT") == Environments.Development
|
public static readonly string KavitaPlusApiUrl = Environment.GetEnvironmentVariable("ASPNETCORE_ENVIRONMENT") == Environments.Development
|
||||||
? "http://localhost:5020" : "https://plus.kavitareader.com";
|
? "https://plus.kavitareader.com" : "https://plus.kavitareader.com"; // http://localhost:5020
|
||||||
public static readonly string StatsApiUrl = "https://stats.kavitareader.com";
|
public static readonly string StatsApiUrl = "https://stats.kavitareader.com";
|
||||||
|
|
||||||
public static int Port
|
public static int Port
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue