Skip to content

Commit e61276a

Browse files
committed
Integrated .env vault
1 parent 448328c commit e61276a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

api/.env.vault

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ docs
33
*main.exe
44
tmp
55
$path
6+
7+
.env*
8+
.flaskenv*
9+
!.env.project
10+
!.env.vault

0 commit comments

Comments
 (0)