http over https (#233)

pull/234/head
Rick Anderson 2023-10-26 11:51:54 -10:00 committed by GitHub
parent 93d8fcf28f
commit d7445f075d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#define RDG009F //RDG009F
#define RDG009 // RDG009 RDG009F
#if NEVER
#elif RDG009
// <snippet_1>

View File

@ -0,0 +1,12 @@
{
"profiles": {
"Rdg9": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:52038"
}
}
}