We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab2d89 commit a294a7fCopy full SHA for a294a7f
2 files changed
.gitignore
@@ -1,7 +1,8 @@
1
# This is a comment in the .gitignore file
2
# Ignore node_modules directory
3
4
-configs
+configs/*
5
+!configs/sample.json
6
vendor
7
.env
8
keys
configs/sample.json
@@ -0,0 +1,16 @@
+{
+ "collaudo": {
+ "kid": "kid",
+ "issuer": "issuer",
+ "clientId": "clientId",
+ "purposeId": "purposeId",
+ "privKeyPath": "/tmp/key.pem"
+ },
9
+ "produzione": {
10
11
12
13
14
15
+ }
16
+}
0 commit comments