We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448328c commit e61276aCopy full SHA for e61276a
api/.env.vault
@@ -0,0 +1,12 @@
1
+#################################################################################
2
+# #
3
+# This file uniquely identifies your project in dotenv-vault. #
4
+# You SHOULD commit this file to source control. #
5
6
+# Generated with 'npx dotenv-vault new' #
7
8
+# Learn more at https://dotenv.org/env-vault #
9
10
11
+
12
+DOTENV_VAULT=vlt_94ced33080b03296bbf0367a2179bc2ad65b809d12eabd9f81742bea05be2dfe
api/.gitignore
@@ -3,3 +3,8 @@ docs
*main.exe
tmp
$path
+.env*
+.flaskenv*
+!.env.project
+!.env.vault
0 commit comments