added authentication, adjusted controller names

This commit is contained in:
Ryan Peters
2023-05-10 16:22:51 -04:00
parent 7657169e1e
commit 89a8b1a28b
7 changed files with 92 additions and 5 deletions

View File

@ -4,7 +4,8 @@
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"APP_PASS_PHRASE": "123456"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5015"