Skip to content

Commit 76adaf7

Browse files
authored
fix: add missing .env.*.user for da vs api key project (#14260)
Co-authored-by: rentu <rentu>
1 parent dc62095 commit 76adaf7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This file includes environment variables that will not be committed to git by default. You can set these environment variables in your CI/CD system for your project.
2+
3+
# Secrets. Keys prefixed with `SECRET_` will be masked in Teams Toolkit logs.
4+
SECRET_API_KEY=' ' # See README.md for how to fill in this value.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This file includes environment variables that will not be committed to git by default. You can set these environment variables in your CI/CD system for your project.
2+
3+
# Secrets. Keys prefixed with `SECRET_` will be masked in Teams Toolkit logs.
4+
SECRET_API_KEY=' ' # See README.md for how to fill in this value.

0 commit comments

Comments
 (0)