Initialize
This commit is contained in:
parent
5fcb13dc59
commit
9983aa1a55
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,6 @@
|
||||
.env
|
||||
bin/
|
||||
obj/
|
||||
packages/
|
||||
*.user
|
||||
.vs/
|
||||
@ -18,7 +18,7 @@ namespace PacerConsole
|
||||
static async Task Main(string[] args)
|
||||
{
|
||||
DotNetEnv.Env.Load();
|
||||
//string secret = "2PUSNHLSWJTMBEPQUFUJHWPBCYKJHIGI";
|
||||
|
||||
string secret = Environment.GetEnvironmentVariable("OTP_SECRET");
|
||||
username = Environment.GetEnvironmentVariable("USERNAME");
|
||||
password = Environment.GetEnvironmentVariable("PASSWORD");
|
||||
@ -105,7 +105,7 @@ namespace PacerConsole
|
||||
Console.ResetColor();
|
||||
return "2";
|
||||
}
|
||||
}
|
||||
}// Using HTTP closes here
|
||||
} // PacerLogin closes here
|
||||
static async Task PacerLogout(string token)
|
||||
{
|
||||
|
||||
9
concerns.md
Normal file
9
concerns.md
Normal file
@ -0,0 +1,9 @@
|
||||
#Concerns/opsticals to create a shim
|
||||
##Certificate Authority
|
||||
|
||||
##Connection / Proxy
|
||||
|
||||
##AIMMS API
|
||||
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("pacer")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5fcb13dc59e921dba65c32cdcd4f5c4de4014fe5")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("pacer")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("pacer")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@ -1 +1 @@
|
||||
3b7c3751868e5a51a296bf84e39be721eb2b47d1c2ce220ad3a68cf71e697daf
|
||||
b5a5035e10793392c816f517172a1c725b0b443a37861250a68a2e2acc0abfcf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user