@danielszlaski/envguard 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,13 @@
1
1
  # Auto-generated by envguard
2
2
  # Do not put actual secrets in this file - use .env instead
3
3
 
4
- # Used in: test-project/src/lambda2/handler.js
4
+ # Used in: src/lambda2/handler2.js
5
+ # Format: aws-credentials
6
+ AWS_REGION=
7
+
8
+ # Used in: src/lambda2/handler.js
5
9
  OKTA_CLIENT_ID=
6
10
 
7
- # Used in: test-project/src/lambda2/handler2.js
11
+ # Used in: src/lambda2/handler2.js
8
12
  OKTA_DEV_CLIENT_ID=
9
13
 
@@ -1,23 +1,23 @@
1
1
  # Auto-generated by envguard
2
2
  # Do not put actual secrets in this file - use .env instead
3
3
 
4
- # Used in: test-project/src/payment/server.ts
4
+ # Used in: src/payment/server.ts
5
5
  # Format: your-api-key-here
6
6
  API_KEY=
7
7
 
8
- # Used in: test-project/src/payment/server.ts
8
+ # Used in: src/payment/server.ts
9
9
  # Format: postgresql://user:pass@host:5432/db
10
10
  DATABASE_URL=
11
11
 
12
- # Used in: test-project/src/payment/server.ts
12
+ # Used in: src/payment/server.ts
13
13
  # Format: 3000
14
14
  PORT=
15
15
 
16
- # Used in: test-project/src/payment/payment.js
16
+ # Used in: src/payment/payment.js
17
17
  # Format: your-secret-here
18
18
  STRIPE_SECRET_KEY=
19
19
 
20
- # Used in: test-project/src/payment/payment.js
20
+ # Used in: src/payment/payment.js
21
21
  # Format: your-secret-here
22
22
  STRIPE_WEBHOOK_SECRET=
23
23