Implemented missing code for trial request to generate proper subscription / perpetual keys on request

This commit is contained in:
2022-08-22 20:35:43 +00:00
parent 2c509dcbe3
commit 5d8b0c1b6b
5 changed files with 90 additions and 56 deletions

56
.vscode/launch.json vendored
View File

@@ -4,6 +4,19 @@
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"version": "0.2.0",
"configurations": [
/*
*/
{
"name": ".NET Core Launch (web) PERPETUAL BUILD",
"type": "coreclr",
@@ -38,19 +51,7 @@
// "command": "xdg-open"
// }
// },
/*
*/
"env": {
// "ASPNETCORE_ENVIRONMENT": "Development",
"AYANOVA_JWT_SECRET": "1111111MyRandom32CharacterSecret",
@@ -72,7 +73,22 @@
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
}
},{
},
/*
*/
{
"name": ".NET Core Launch (web) SUBSCRIPTION BUILD",
"type": "coreclr",
"request": "launch",
@@ -91,19 +107,7 @@
"action": "openExternally",
"pattern": "^\\s*Now listening on:\\s+(https?://\\S+)"
},
/*
*/
"env": {
// "ASPNETCORE_ENVIRONMENT": "Development",
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
@@ -115,7 +119,7 @@
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=300;",
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
"AYANOVA_USE_URLS": "http://*:7575;",
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
//"AYANOVA_REMOVE_LICENSE_FROM_DB":"true",
//"AYANOVA_SERVER_TEST_MODE": "true",
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",