swap config location
This commit is contained in:
parent
17ac8d7b74
commit
486cb0f009
2 changed files with 10 additions and 2 deletions
|
@ -7,7 +7,13 @@ namespace Bot.Assemble
|
||||||
public class ASMInfo
|
public class ASMInfo
|
||||||
{
|
{
|
||||||
public static string BotName = "ZBotCore";
|
public static string BotName = "ZBotCore";
|
||||||
public static double BotVer = 5.1;
|
public static double BotVer = 5.2;
|
||||||
public static string GitPassword = "**REMOVED**";
|
public static string GitPassword
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return MainConfiguration.Load().GitPassword;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,8 @@ namespace Bot
|
||||||
//public License LicenseKey { get; set; }
|
//public License LicenseKey { get; set; }
|
||||||
public string ActivationCode { get; set; }
|
public string ActivationCode { get; set; }
|
||||||
|
|
||||||
|
public string GitPassword { get; set; }
|
||||||
|
|
||||||
public MainConfiguration()
|
public MainConfiguration()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue