Skip to content

Commit a294a7f

Browse files
Fix workflow
1 parent 5ab2d89 commit a294a7f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# This is a comment in the .gitignore file
22
# Ignore node_modules directory
33

4-
configs
4+
configs/*
5+
!configs/sample.json
56
vendor
67
.env
78
keys

configs/sample.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"collaudo": {
3+
"kid": "kid",
4+
"issuer": "issuer",
5+
"clientId": "clientId",
6+
"purposeId": "purposeId",
7+
"privKeyPath": "/tmp/key.pem"
8+
},
9+
"produzione": {
10+
"kid": "kid",
11+
"issuer": "issuer",
12+
"clientId": "clientId",
13+
"purposeId": "purposeId",
14+
"privKeyPath": "/tmp/key.pem"
15+
}
16+
}

0 commit comments

Comments
 (0)