http over https (#233)
parent
93d8fcf28f
commit
d7445f075d
|
@ -1,4 +1,4 @@
|
|||
#define RDG009F //RDG009F
|
||||
#define RDG009 // RDG009 RDG009F
|
||||
#if NEVER
|
||||
#elif RDG009
|
||||
// <snippet_1>
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"profiles": {
|
||||
"Rdg9": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:52038"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue