Prod n stuffs

This commit is contained in:
Gr1mmie 2022-03-20 15:21:57 -04:00
parent c3262da71e
commit dc219087cb
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace Client.Models
public static bool running = true;
public static string Prompt = "> ";
public const string Ver = "v0.1";
public const string Ver = "v1.0";
public static List<String> ImplantList = new List<String>();
public static List<String> ListenerList = new List<String>();

View File

@ -16,7 +16,7 @@
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
}
}