Skip to content

Commit 1b43072

Browse files
committed
added suport to .env file
1 parent e66479b commit 1b43072

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,5 @@ MigrationBackup/
352352
# Custom Files
353353
env.ps1
354354
env.sh
355-
appsettings.Development.json
355+
appsettings.Development.json
356+
.env

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"env": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
2424
},
25+
"envFile": "${workspaceFolder}/.env",
2526
"sourceFileMap": {
2627
"/Views": "${workspaceFolder}/Views"
2728
}

0 commit comments

Comments
 (0)