Files
passkit-generator/config.json
Alexander Cerutti 269e85e7f8 First working version that let you download pass on http request
Added config.json for paths and credentials configuration.
2018-05-06 00:06:50 +02:00

19 lines
284 B
JSON

{
"certificates": {
"dir": "certificates",
"files": {
"wwdr_pem": "WWDR.pem",
"certificate": "passcertificate.pem",
"key": "passkey.pem"
},
"credentials": {
"dev_pem_key": "123456"
}
},
"output": {
"dir": "output"
},
"models": {
"dir": "passModels"
}
}