We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66479b commit 1b43072Copy full SHA for 1b43072
.gitignore
@@ -352,4 +352,5 @@ MigrationBackup/
352
# Custom Files
353
env.ps1
354
env.sh
355
-appsettings.Development.json
+appsettings.Development.json
356
+.env
.vscode/launch.json
@@ -22,6 +22,7 @@
22
"env": {
23
"ASPNETCORE_ENVIRONMENT": "Development"
24
},
25
+ "envFile": "${workspaceFolder}/.env",
26
"sourceFileMap": {
27
"/Views": "${workspaceFolder}/Views"
28
}
0 commit comments